#9961FE

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

Shades of Light Slate Blue #9961FE

Tints of Light Slate Blue #9961FE

Color information

#9961FE (or 0x9961FE) is unknown color: approx Light Slate Blue. HEX triplet: 99, 61 and FE. RGB value is (153,97,254). Sum of RGB (Red+Green+Blue) = 153+97+254=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 97 (38.28% from 255 or 19.25% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #9961FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9961FE is #669E01. Grayscale: #838383. Windows color (decimal): -6725122 or 16671129. OLE color: 16671129.

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

Color convert

RGB15397254-
CMYK0.400.6200.00
HSL261.4º98.74%68.82%-
HSV(B)261.4º61.81%99.61%-
XYZ35.322.4896.24-
YUV131.64197.05143.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.36%
GREEN value IS 97 (38.28% from 255) = 19.25%
BLUE value IS 254 (99.61% from 255) = 50.40%
R=30.36%
G=19.25%
B=50.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal153972540.400.6200.00261.498.7468.82
Hex9961FE283E001056345
Octal231141376507600405143105
Binary100110011100001111111101010001111100010000010111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9961FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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