#9E69FC

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

Shades of Light Slate Blue #9E69FC

Tints of Light Slate Blue #9E69FC

Color information

#9E69FC (or 0x9E69FC) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 69 and FC. RGB value is (158,105,252). Sum of RGB (Red+Green+Blue) = 158+105+252=515 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.68% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E69FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E69FC is #619603. Grayscale: #898989. Windows color (decimal): -6395396 or 16542110. OLE color: 16542110.

HSL color Cylindrical-coordinate representation of color #9E69FC: hue angle of 261.63º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E69FC is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB158105252-
CMYK0.370.5800.01
HSL261.63º96.08%70%-
HSV(B)261.63º58.33%98.82%-
XYZ36.7224.494.87-
YUV137.6192.56142.55-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.68%
GREEN value IS 105 (41.41% from 255) = 20.39%
BLUE value IS 252 (98.83% from 255) = 48.93%
R=30.68%
G=20.39%
B=48.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1581052520.370.5800.01261.6396.0870
Hex9E69FC253A011066046
Octal236151374457201406140106
Binary100111101101001111111001001011110100110000011011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E69FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E69FC; }

 p { color: rgb(158,105,252); }

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

<style>
 a { background-color: #9E69FC; }

 a { background-color: rgb(158,105,252); }

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

<style>
 span { border-color: #9E69FC; }

 span { border-color: rgb(158,105,252); }

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