#9F69FC

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

Shades of Light Slate Blue #9F69FC

Tints of Light Slate Blue #9F69FC

Color information

#9F69FC (or 0x9F69FC) is unknown color: approx Light Slate Blue. HEX triplet: 9F, 69 and FC. RGB value is (159,105,252). Sum of RGB (Red+Green+Blue) = 159+105+252=516 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.81% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #9F69FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F69FC is #609603. Grayscale: #898989. Windows color (decimal): -6329860 or 16542111. OLE color: 16542111.

HSL color Cylindrical-coordinate representation of color #9F69FC: hue angle of 262.04º 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 #9F69FC is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB159105252-
CMYK0.370.5800.01
HSL262.04º96.08%70%-
HSV(B)262.04º58.33%98.82%-
XYZ36.9224.594.88-
YUV137.9192.39143.05-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.81%
GREEN value IS 105 (41.41% from 255) = 20.35%
BLUE value IS 252 (98.83% from 255) = 48.84%
R=30.81%
G=20.35%
B=48.84%

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
Decimal1591052520.370.5800.01262.0496.0870
Hex9F69FC253A011066046
Octal237151374457201406140106
Binary100111111101001111111001001011110100110000011011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F69FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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