#8482EF

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

Shades of Light Slate Blue #8482EF

Tints of Light Slate Blue #8482EF

Color information

#8482EF (or 0x8482EF) is unknown color: approx Light Slate Blue. HEX triplet: 84, 82 and EF. RGB value is (132,130,239). Sum of RGB (Red+Green+Blue) = 132+130+239=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #8482EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8482EF is #7B7D10. Grayscale: #8E8E8E. Windows color (decimal): -8092945 or 15696516. OLE color: 15696516.

HSL color Cylindrical-coordinate representation of color #8482EF: hue angle of 241.1º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8482EF is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB132130239-
CMYK0.450.4600.06
HSL241.1º77.3%72.35%-
HSV(B)241.1º45.61%93.73%-
XYZ33.0827.185.15-
YUV143.02182.16120.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.35%
GREEN value IS 130 (51.17% from 255) = 25.95%
BLUE value IS 239 (93.75% from 255) = 47.70%
R=26.35%
G=25.95%
B=47.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1321302390.450.4600.06241.177.372.35
Hex8482EF2D2E06f14d48
Octal204202357555606361115110
Binary10000100100000101110111110110110111001101111000110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8482EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8482EF; }

 p { color: rgb(132,130,239); }

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

<style>
 a { background-color: #8482EF; }

 a { background-color: rgb(132,130,239); }

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

<style>
 span { border-color: #8482EF; }

 span { border-color: rgb(132,130,239); }

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