#8969F4

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

Shades of Light Slate Blue #8969F4

Tints of Light Slate Blue #8969F4

Color information

#8969F4 (or 0x8969F4) is unknown color: approx Light Slate Blue. HEX triplet: 89, 69 and F4. RGB value is (137,105,244). Sum of RGB (Red+Green+Blue) = 137+105+244=486 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.19% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 244 (95.70% from 255 or 50.21% from 486); Max value from RGB is 244 - color contains mainly: blue. Hex color #8969F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8969F4 is #76960B. Grayscale: #818181. Windows color (decimal): -7771660 or 16017801. OLE color: 16017801.

HSL color Cylindrical-coordinate representation of color #8969F4: hue angle of 253.81º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8969F4 is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB137105244-
CMYK0.440.5700.04
HSL253.81º86.34%68.43%-
HSV(B)253.81º56.97%95.69%-
XYZ31.721.9588.15-
YUV130.41192.1132.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.19%
GREEN value IS 105 (41.41% from 255) = 21.60%
BLUE value IS 244 (95.70% from 255) = 50.21%
R=28.19%
G=21.60%
B=50.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1371052440.440.5700.04253.8186.3468.43
Hex8969F42C3904fe5644
Octal211151364547104376126104
Binary1000100111010011111010010110011100101001111111010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8969F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8969F4; }

 p { color: rgb(137,105,244); }

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

<style>
 a { background-color: #8969F4; }

 a { background-color: rgb(137,105,244); }

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

<style>
 span { border-color: #8969F4; }

 span { border-color: rgb(137,105,244); }

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