#8D82FF

Color #8D82FF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #8D82FF

Tints of Light Slate Blue #8D82FF

Color information

#8D82FF (or 0x8D82FF) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 82 and FF. RGB value is (141,130,255). Sum of RGB (Red+Green+Blue) = 141+130+255=526 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.81% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D82FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D82FF is #727D00. Grayscale: #939393. Windows color (decimal): -7503105 or 16745101. OLE color: 16745101.

HSL color Cylindrical-coordinate representation of color #8D82FF: hue angle of 245.28º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D82FF is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB141130255-
CMYK0.450.4900
HSL245.28º100%75.49%-
HSV(B)245.28º49.02%100%-
XYZ37.0228.8598.22-
YUV147.54188.64123.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 26.81%
GREEN value IS 130 (51.17% from 255) = 24.71%
BLUE value IS 255 (100% from 255) = 48.48%
R=26.81%
G=24.71%
B=48.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1411302550.450.4900245.2810075.49
Hex8D82FF2D3100f5644b
Octal215202377556100365144113
Binary100011011000001011111111101101110001001111010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D82FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D82FF; }

 p { color: rgb(141,130,255); }

 H1.HeaderClassName
 {
   color: #8D82FF;
 }
 .AnyTagClassName
 {
   color: #8D82FF;
 }
</style>
background-color css

<style>
 a { background-color: #8D82FF; }

 a { background-color: rgb(141,130,255); }

 div.DivClassName
 {
   background-color: #8D82FF;
 }
 .BgClassName
 {
   background-color: #8D82FF;
 }
</style>
border-color css

<style>
 span { border-color: #8D82FF; }

 span { border-color: rgb(141,130,255); }

 td.TdClassName
 {
   border-color: #8D82FF;
 }
 .TagClassName
 {
   border-color: #8D82FF;
 }
</style>