#8764FF

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

Shades of Light Slate Blue #8764FF

Tints of Light Slate Blue #8764FF

Color information

#8764FF (or 0x8764FF) is unknown color: approx Light Slate Blue. HEX triplet: 87, 64 and FF. RGB value is (135,100,255). Sum of RGB (Red+Green+Blue) = 135+100+255=490 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.55% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #8764FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8764FF is #789B00. Grayscale: #7F7F7F. Windows color (decimal): -7904001 or 16737415. OLE color: 16737415.

HSL color Cylindrical-coordinate representation of color #8764FF: hue angle of 253.55º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8764FF is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB135100255-
CMYK0.470.6100
HSL253.55º100%69.61%-
HSV(B)253.55º60.78%100%-
XYZ32.621.4997.04-
YUV128.14199.6132.9-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.55%
GREEN value IS 100 (39.45% from 255) = 20.41%
BLUE value IS 255 (100% from 255) = 52.04%
R=27.55%
G=20.41%
B=52.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1351002550.470.6100253.5510069.61
Hex8764FF2F3D00fe6446
Octal207144377577500376144106
Binary10000111110010011111111101111111101001111111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8764FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8764FF; }

 p { color: rgb(135,100,255); }

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

<style>
 a { background-color: #8764FF; }

 a { background-color: rgb(135,100,255); }

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

<style>
 span { border-color: #8764FF; }

 span { border-color: rgb(135,100,255); }

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