#8864F9

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

Shades of Light Slate Blue #8864F9

Tints of Light Slate Blue #8864F9

Color information

#8864F9 (or 0x8864F9) is unknown color: approx Light Slate Blue. HEX triplet: 88, 64 and F9. RGB value is (136,100,249). Sum of RGB (Red+Green+Blue) = 136+100+249=485 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.04% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #8864F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8864F9 is #779B06. Grayscale: #7F7F7F. Windows color (decimal): -7838471 or 16344200. OLE color: 16344200.

HSL color Cylindrical-coordinate representation of color #8864F9: hue angle of 254.5º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8864F9 is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB136100249-
CMYK0.450.6000.02
HSL254.5º92.55%68.43%-
HSV(B)254.5º59.84%97.65%-
XYZ31.8121.1992.04-
YUV127.75196.43133.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.04%
GREEN value IS 100 (39.45% from 255) = 20.62%
BLUE value IS 249 (97.66% from 255) = 51.34%
R=28.04%
G=20.62%
B=51.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1361002490.450.6000.02254.592.5568.43
Hex8864F92D3C02fe5d44
Octal210144371557402376135104
Binary100010001100100111110011011011111000101111111010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8864F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8864F9; }

 p { color: rgb(136,100,249); }

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

<style>
 a { background-color: #8864F9; }

 a { background-color: rgb(136,100,249); }

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

<style>
 span { border-color: #8864F9; }

 span { border-color: rgb(136,100,249); }

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