Html Css Color HEX #9970FF Light Slate Blue

📋 copy color: '#9970FF'

red 153 ◦ green 112 ◦ blue 255

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

Shades of Light Slate Blue #9970FF

Tints of Light Slate Blue #9970FF

RGB

 RED value IS 153 (60.16% from 255) = 29.42%

 GREEN value IS 112 (44.14% from 255) = 21.54%

 BLUE value IS 255 (100% from 255) = 49.04%

R = 29.42%
G = 21.54%
B = 49.04%

CMYK

 C value IS 0.4

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9970FF (or 0x9970FF) is known color: Light Slate Blue. HEX triplet: 99, 70 and FF. RGB value is (153,112,255). Sum of RGB (Red+Green+Blue) = 153+112+255=520 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.42% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #9970FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9970FF is #668F00. Grayscale: #8C8C8C. Windows color (decimal): -6721281 or 16740505. OLE color: 16740505.

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

Color convert

RGB 153 112 255 -
CMYK 0.4 0.56 0 0
HSL 257.2º 1% 0.72% -
HSV(B) 257.2º 0.56% 1% -
XYZ 36.98 25.58 97.6 -
YUV 140.56 192.58 136.87 -
System Red Green Blue C M Y K H S L
Decimal 153 112 255 0.4 0.56 0 0 257.2 1 0.72
Hex 99 70 FF 28 38 0 0 101 64 48
Octal 231 160 377 50 70 0 0 401 144 110
Binary 10011001 1110000 11111111 101000 111000 0 0 100000001 1100100 1001000

Color Harmonies of #9970FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9970FF

Black with #9970FF

Text Example


Text Example

White with #9970FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9970FF;
 }
 .AnyTagClassName
 {
   color: #9970FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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