#9970FE

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

Shades of Light Slate Blue #9970FE

Tints of Light Slate Blue #9970FE

Color information

#9970FE (or 0x9970FE) is unknown color: approx Light Slate Blue. HEX triplet: 99, 70 and FE. RGB value is (153,112,254). Sum of RGB (Red+Green+Blue) = 153+112+254=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #9970FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9970FE is #668F01. Grayscale: #8B8B8B. Windows color (decimal): -6721282 or 16674969. OLE color: 16674969.

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

Color convert

RGB153112254-
CMYK0.400.5600.00
HSL257.32º98.61%71.76%-
HSV(B)257.32º55.91%99.61%-
XYZ36.8225.5296.75-
YUV140.45192.08136.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.48%
GREEN value IS 112 (44.14% from 255) = 21.58%
BLUE value IS 254 (99.61% from 255) = 48.94%
R=29.48%
G=21.58%
B=48.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1531122540.400.5600.00257.3298.6171.76
Hex9970FE2838001016348
Octal231160376507000401143110
Binary100110011110000111111101010001110000010000000111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9970FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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