Html Css Color HEX #9970FA Light Slate Blue

📋 copy color: '#9970FA'

red 153 ◦ green 112 ◦ blue 250

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

Shades of Light Slate Blue #9970FA

Tints of Light Slate Blue #9970FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.54%

R = 29.71%
G = 21.75%
B = 48.54%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9970FA (or 0x9970FA) is known color: Light Slate Blue. HEX triplet: 99, 70 and FA. RGB value is (153,112,250). Sum of RGB (Red+Green+Blue) = 153+112+250=515 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.71% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #9970FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9970FA is #668F05. Grayscale: #8B8B8B. Windows color (decimal): -6721286 or 16412825. OLE color: 16412825.

HSL color Cylindrical-coordinate representation of color #9970FA: hue angle of 257.83º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9970FA is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 112 250 -
CMYK 0.39 0.55 0 0.02
HSL 257.83º 0.93% 0.71% -
HSV(B) 257.83º 0.55% 0.98% -
XYZ 36.19 25.26 93.41 -
YUV 139.99 190.08 137.28 -
System Red Green Blue C M Y K H S L
Decimal 153 112 250 0.39 0.55 0 0.02 257.83 0.93 0.71
Hex 99 70 FA 27 37 0 2 102 5D 47
Octal 231 160 372 47 67 0 2 402 135 107
Binary 10011001 1110000 11111010 100111 110111 0 10 100000010 1011101 1000111

Color Harmonies of #9970FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9970FA

Black with #9970FA

Text Example


Text Example

White with #9970FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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