#8784EE

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

Shades of Light Slate Blue #8784EE

Tints of Light Slate Blue #8784EE

Color information

#8784EE (or 0x8784EE) is unknown color: approx Light Slate Blue. HEX triplet: 87, 84 and EE. RGB value is (135,132,238). Sum of RGB (Red+Green+Blue) = 135+132+238=505 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.73% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #8784EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8784EE is #787B11. Grayscale: #909090. Windows color (decimal): -7895826 or 15631495. OLE color: 15631495.

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

Color convert

RGB135132238-
CMYK0.430.4500.07
HSL241.7º75.71%72.55%-
HSV(B)241.7º44.54%93.33%-
XYZ33.6827.8384.49-
YUV144.98180.49120.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.73%
GREEN value IS 132 (51.95% from 255) = 26.14%
BLUE value IS 238 (93.36% from 255) = 47.13%
R=26.73%
G=26.14%
B=47.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1351322380.430.4500.07241.775.7172.55
Hex8784EE2B2D07f24c49
Octal207204356535507362114111
Binary10000111100001001110111010101110110101111111001010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8784EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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