#8B82EE

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

Shades of Light Slate Blue #8B82EE

Tints of Light Slate Blue #8B82EE

Color information

#8B82EE (or 0x8B82EE) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 82 and EE. RGB value is (139,130,238). Sum of RGB (Red+Green+Blue) = 139+130+238=507 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.42% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #8B82EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B82EE is #747D11. Grayscale: #909090. Windows color (decimal): -7634194 or 15630987. OLE color: 15630987.

HSL color Cylindrical-coordinate representation of color #8B82EE: hue angle of 245º 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 #8B82EE is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB139130238-
CMYK0.420.4500.07
HSL245º76.06%72.16%-
HSV(B)245º45.38%93.33%-
XYZ34.0627.6384.43-
YUV145180.48123.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.42%
GREEN value IS 130 (51.17% from 255) = 25.64%
BLUE value IS 238 (93.36% from 255) = 46.94%
R=27.42%
G=25.64%
B=46.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1391302380.420.4500.0724576.0672.16
Hex8B82EE2A2D07f54c48
Octal213202356525507365114110
Binary10001011100000101110111010101010110101111111010110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B82EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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