Html Css Color HEX #9978F5 Light Slate Blue

📋 copy color: '#9978F5'

red 153 ◦ green 120 ◦ blue 245

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

Shades of Light Slate Blue #9978F5

Tints of Light Slate Blue #9978F5

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.17%

 BLUE value IS 245 (96.09% from 255) = 47.3%

R = 29.54%
G = 23.17%
B = 47.3%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9978F5 (or 0x9978F5) is known color: Light Slate Blue. HEX triplet: 99, 78 and F5. RGB value is (153,120,245). Sum of RGB (Red+Green+Blue) = 153+120+245=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 245 (96.09% from 255 or 47.30% from 518); Max value from RGB is 245 - color contains mainly: blue. Hex color #9978F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9978F5 is #66870A. Grayscale: #8F8F8F. Windows color (decimal): -6719243 or 16087193. OLE color: 16087193.

HSL color Cylindrical-coordinate representation of color #9978F5: hue angle of 255.84º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9978F5 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 153 120 245 -
CMYK 0.38 0.51 0 0.04
HSL 255.84º 0.86% 0.72% -
HSV(B) 255.84º 0.51% 0.96% -
XYZ 36.33 26.8 89.64 -
YUV 144.12 184.93 134.34 -
System Red Green Blue C M Y K H S L
Decimal 153 120 245 0.38 0.51 0 0.04 255.84 0.86 0.72
Hex 99 78 F5 26 33 0 4 100 56 48
Octal 231 170 365 46 63 0 4 400 126 110
Binary 10011001 1111000 11110101 100110 110011 0 100 100000000 1010110 1001000

Color Harmonies of #9978F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9978F5

Black with #9978F5

Text Example


Text Example

White with #9978F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9978F5; }

 p { color: rgb(153,120,245); }

 H1.HeaderClassName
 {
   color: #9978F5;
 }
 .AnyTagClassName
 {
   color: #9978F5;
 }
</style>

background-color css

<style>
 a { background-color: #9978F5; }

 a { background-color: rgb(153,120,245); }

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

border-color css

<style>
 span { border-color: #9978F5; }

 span { border-color: rgb(153,120,245); }

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