#8967F5

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

Shades of Light Slate Blue #8967F5

Tints of Light Slate Blue #8967F5

Color information

#8967F5 (or 0x8967F5) is unknown color: approx Light Slate Blue. HEX triplet: 89, 67 and F5. RGB value is (137,103,245). Sum of RGB (Red+Green+Blue) = 137+103+245=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 245 (96.09% from 255 or 50.52% from 485); Max value from RGB is 245 - color contains mainly: blue. Hex color #8967F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8967F5 is #76980A. Grayscale: #808080. Windows color (decimal): -7772171 or 16082825. OLE color: 16082825.

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

Color convert

RGB137103245-
CMYK0.440.5800.04
HSL254.37º87.65%68.24%-
HSV(B)254.37º57.96%96.08%-
XYZ31.6521.6188.89-
YUV129.35193.26133.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.25%
GREEN value IS 103 (40.62% from 255) = 21.24%
BLUE value IS 245 (96.09% from 255) = 50.52%
R=28.25%
G=21.24%
B=50.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1371032450.440.5800.04254.3787.6568.24
Hex8967F52C3A04fe5844
Octal211147365547204376130104
Binary1000100111001111111010110110011101001001111111010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8967F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8967F5; }

 p { color: rgb(137,103,245); }

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

<style>
 a { background-color: #8967F5; }

 a { background-color: rgb(137,103,245); }

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

<style>
 span { border-color: #8967F5; }

 span { border-color: rgb(137,103,245); }

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