#8964F9

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

Shades of Light Slate Blue #8964F9

Tints of Light Slate Blue #8964F9

Color information

#8964F9 (or 0x8964F9) is unknown color: approx Light Slate Blue. HEX triplet: 89, 64 and F9. RGB value is (137,100,249). Sum of RGB (Red+Green+Blue) = 137+100+249=486 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.19% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 249 (97.66% from 255 or 51.23% from 486); Max value from RGB is 249 - color contains mainly: blue. Hex color #8964F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8964F9 is #769B06. Grayscale: #7F7F7F. Windows color (decimal): -7772935 or 16344201. OLE color: 16344201.

HSL color Cylindrical-coordinate representation of color #8964F9: hue angle of 254.9º 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 #8964F9 is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB137100249-
CMYK0.450.6000.02
HSL254.9º92.55%68.43%-
HSV(B)254.9º59.84%97.65%-
XYZ31.9721.2792.04-
YUV128.05196.26134.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.19%
GREEN value IS 100 (39.45% from 255) = 20.58%
BLUE value IS 249 (97.66% from 255) = 51.23%
R=28.19%
G=20.58%
B=51.23%

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
Decimal1371002490.450.6000.02254.992.5568.43
Hex8964F92D3C02ff5d44
Octal211144371557402377135104
Binary100010011100100111110011011011111000101111111110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8964F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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