#9669FE

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

Shades of Light Slate Blue #9669FE

Tints of Light Slate Blue #9669FE

Color information

#9669FE (or 0x9669FE) is unknown color: approx Light Slate Blue. HEX triplet: 96, 69 and FE. RGB value is (150,105,254). Sum of RGB (Red+Green+Blue) = 150+105+254=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #9669FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9669FE is #699601. Grayscale: #868686. Windows color (decimal): -6919682 or 16673174. OLE color: 16673174.

HSL color Cylindrical-coordinate representation of color #9669FE: hue angle of 258.12º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9669FE is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB150105254-
CMYK0.410.5900.00
HSL258.12º98.68%70.39%-
HSV(B)258.12º58.66%99.61%-
XYZ35.5223.7496.48-
YUV135.44194.91138.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.47%
GREEN value IS 105 (41.41% from 255) = 20.63%
BLUE value IS 254 (99.61% from 255) = 49.90%
R=29.47%
G=20.63%
B=49.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1501052540.410.5900.00258.1298.6870.39
Hex9669FE293B001026346
Octal226151376517300402143106
Binary100101101101001111111101010011110110010000001011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9669FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9669FE; }

 p { color: rgb(150,105,254); }

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

<style>
 a { background-color: #9669FE; }

 a { background-color: rgb(150,105,254); }

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

<style>
 span { border-color: #9669FE; }

 span { border-color: rgb(150,105,254); }

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