#9961FC

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

Shades of Light Slate Blue #9961FC

Tints of Light Slate Blue #9961FC

Color information

#9961FC (or 0x9961FC) is unknown color: approx Light Slate Blue. HEX triplet: 99, 61 and FC. RGB value is (153,97,252). Sum of RGB (Red+Green+Blue) = 153+97+252=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 97 (38.28% from 255 or 19.32% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #9961FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9961FC is #669E03. Grayscale: #828282. Windows color (decimal): -6725124 or 16540057. OLE color: 16540057.

HSL color Cylindrical-coordinate representation of color #9961FC: hue angle of 261.68º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9961FC is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB15397252-
CMYK0.390.6200.01
HSL261.68º96.27%68.43%-
HSV(B)261.68º61.51%98.82%-
XYZ34.9822.3594.57-
YUV131.41196.05143.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.48%
GREEN value IS 97 (38.28% from 255) = 19.32%
BLUE value IS 252 (98.83% from 255) = 50.20%
R=30.48%
G=19.32%
B=50.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal153972520.390.6200.01261.6896.2768.43
Hex9961FC273E011066044
Octal231141374477601406140104
Binary100110011100001111111001001111111100110000011011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9961FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9961FC; }

 p { color: rgb(153,97,252); }

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

<style>
 a { background-color: #9961FC; }

 a { background-color: rgb(153,97,252); }

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

<style>
 span { border-color: #9961FC; }

 span { border-color: rgb(153,97,252); }

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