#9665FE

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

Shades of Light Slate Blue #9665FE

Tints of Light Slate Blue #9665FE

Color information

#9665FE (or 0x9665FE) is unknown color: approx Light Slate Blue. HEX triplet: 96, 65 and FE. RGB value is (150,101,254). Sum of RGB (Red+Green+Blue) = 150+101+254=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #9665FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9665FE is #699A01. Grayscale: #848484. Windows color (decimal): -6920706 or 16672150. OLE color: 16672150.

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

Color convert

RGB150101254-
CMYK0.410.6000.00
HSL259.22º98.71%69.61%-
HSV(B)259.22º60.24%99.61%-
XYZ35.1222.9596.34-
YUV133.09196.23140.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.70%
GREEN value IS 101 (39.84% from 255) = 20%
BLUE value IS 254 (99.61% from 255) = 50.30%
R=29.70%
G=20%
B=50.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1501012540.410.6000.00259.2298.7169.61
Hex9665FE293C001036346
Octal226145376517400403143106
Binary100101101100101111111101010011111000010000001111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9665FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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