#8282EE

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

Shades of Light Slate Blue #8282EE

Tints of Light Slate Blue #8282EE

Color information

#8282EE (or 0x8282EE) is unknown color: approx Light Slate Blue. HEX triplet: 82, 82 and EE. RGB value is (130,130,238). Sum of RGB (Red+Green+Blue) = 130+130+238=498 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.10% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #8282EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8282EE is #7D7D11. Grayscale: #8D8D8D. Windows color (decimal): -8224018 or 15630978. OLE color: 15630978.

HSL color Cylindrical-coordinate representation of color #8282EE: hue angle of 240º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8282EE is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB130130238-
CMYK0.450.4500.07
HSL240º76.06%72.16%-
HSV(B)240º45.38%93.33%-
XYZ32.6226.8884.36-
YUV142.31182119.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.10%
GREEN value IS 130 (51.17% from 255) = 26.10%
BLUE value IS 238 (93.36% from 255) = 47.79%
R=26.10%
G=26.10%
B=47.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1301302380.450.4500.0724076.0672.16
Hex8282EE2D2D07f04c48
Octal202202356555507360114110
Binary10000010100000101110111010110110110101111111000010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8282EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8282EE; }

 p { color: rgb(130,130,238); }

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

<style>
 a { background-color: #8282EE; }

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

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

<style>
 span { border-color: #8282EE; }

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

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