Html Css Color HEX #9970FE Light Slate Blue

📋 copy color: '#9970FE'

red 153 ◦ green 112 ◦ blue 254

#9970FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #9970FE

Tints of Light Slate Blue #9970FE

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 value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9970FE (or 0x9970FE) is known color: 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

RGB 153 112 254 -
CMYK 0.40 0.56 0 0.00
HSL 257.32º 0.99% 0.72% -
HSV(B) 257.32º 0.56% 1% -
XYZ 36.82 25.52 96.75 -
YUV 140.45 192.08 136.95 -
System Red Green Blue C M Y K H S L
Decimal 153 112 254 0.40 0.56 0 0.00 257.32 0.99 0.72
Hex 99 70 FE 28 38 0 0 101 63 48
Octal 231 160 376 50 70 0 0 401 143 110
Binary 10011001 1110000 11111110 101000 111000 0 0 100000001 1100011 1001000

Color Harmonies of #9970FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9970FE

Black with #9970FE

Text Example


Text Example

White with #9970FE

Text Example


Text Example

HTML Codes & Css Web 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>