#8B84EE

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

Shades of Light Slate Blue #8B84EE

Tints of Light Slate Blue #8B84EE

Color information

#8B84EE (or 0x8B84EE) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 84 and EE. RGB value is (139,132,238). Sum of RGB (Red+Green+Blue) = 139+132+238=509 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.31% from 509); Green value is 132 (51.95% from 255 or 25.93% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #8B84EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B84EE is #747B11. Grayscale: #919191. Windows color (decimal): -7633682 or 15631499. OLE color: 15631499.

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

Color convert

RGB139132238-
CMYK0.420.4500.07
HSL243.96º75.71%72.55%-
HSV(B)243.96º44.54%93.33%-
XYZ34.3328.1684.52-
YUV146.18179.82122.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.31%
GREEN value IS 132 (51.95% from 255) = 25.93%
BLUE value IS 238 (93.36% from 255) = 46.76%
R=27.31%
G=25.93%
B=46.76%

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
Decimal1391322380.420.4500.07243.9675.7172.55
Hex8B84EE2A2D07f44c49
Octal213204356525507364114111
Binary10001011100001001110111010101010110101111111010010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B84EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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