#9969FD

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

Shades of Light Slate Blue #9969FD

Tints of Light Slate Blue #9969FD

Color information

#9969FD (or 0x9969FD) is unknown color: approx Light Slate Blue. HEX triplet: 99, 69 and FD. RGB value is (153,105,253). Sum of RGB (Red+Green+Blue) = 153+105+253=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #9969FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9969FD is #669602. Grayscale: #878787. Windows color (decimal): -6723075 or 16607641. OLE color: 16607641.

HSL color Cylindrical-coordinate representation of color #9969FD: hue angle of 259.46º degrees, saturation: 0.97, 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 #9969FD is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB153105253-
CMYK0.400.5800.01
HSL259.46º97.37%70.2%-
HSV(B)259.46º58.5%99.22%-
XYZ35.9223.9795.66-
YUV136.22193.9139.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.94%
GREEN value IS 105 (41.41% from 255) = 20.55%
BLUE value IS 253 (99.22% from 255) = 49.51%
R=29.94%
G=20.55%
B=49.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1531052530.400.5800.01259.4697.3770.2
Hex9969FD283A011036146
Octal231151375507201403141106
Binary100110011101001111111011010001110100110000001111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9969FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9969FD; }

 p { color: rgb(153,105,253); }

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

<style>
 a { background-color: #9969FD; }

 a { background-color: rgb(153,105,253); }

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

<style>
 span { border-color: #9969FD; }

 span { border-color: rgb(153,105,253); }

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