Html Css Color HEX #9970F9 Light Slate Blue

📋 copy color: '#9970F9'

red 153 ◦ green 112 ◦ blue 249

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

Shades of Light Slate Blue #9970F9

Tints of Light Slate Blue #9970F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.44%

R = 29.77%
G = 21.79%
B = 48.44%

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

#9970F9 (or 0x9970F9) is known color: Light Slate Blue. HEX triplet: 99, 70 and F9. RGB value is (153,112,249). Sum of RGB (Red+Green+Blue) = 153+112+249=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 249 (97.66% from 255 or 48.44% from 514); Max value from RGB is 249 - color contains mainly: blue. Hex color #9970F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9970F9 is #668F06. Grayscale: #8B8B8B. Windows color (decimal): -6721287 or 16347289. OLE color: 16347289.

HSL color Cylindrical-coordinate representation of color #9970F9: hue angle of 257.96º degrees, saturation: 0.92, 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 #9970F9 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 112 249 -
CMYK 0.39 0.55 0 0.02
HSL 257.96º 0.92% 0.71% -
HSV(B) 257.96º 0.55% 0.98% -
XYZ 36.03 25.2 92.59 -
YUV 139.88 189.58 137.36 -
System Red Green Blue C M Y K H S L
Decimal 153 112 249 0.39 0.55 0 0.02 257.96 0.92 0.71
Hex 99 70 F9 27 37 0 2 102 5C 47
Octal 231 160 371 47 67 0 2 402 134 107
Binary 10011001 1110000 11111001 100111 110111 0 10 100000010 1011100 1000111

Color Harmonies of #9970F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9970F9

Black with #9970F9

Text Example


Text Example

White with #9970F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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