Html Css Color HEX #9978FE Light Slate Blue

📋 copy color: '#9978FE'

red 153 ◦ green 120 ◦ blue 254

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

Shades of Light Slate Blue #9978FE

Tints of Light Slate Blue #9978FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.2%

R = 29.03%
G = 22.77%
B = 48.2%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9978FE (or 0x9978FE) is known color: Light Slate Blue. HEX triplet: 99, 78 and FE. RGB value is (153,120,254). Sum of RGB (Red+Green+Blue) = 153+120+254=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #9978FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9978FE is #668701. Grayscale: #909090. Windows color (decimal): -6719234 or 16677017. OLE color: 16677017.

HSL color Cylindrical-coordinate representation of color #9978FE: hue angle of 254.78º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9978FE is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 153 120 254 -
CMYK 0.40 0.53 0 0.00
HSL 254.78º 0.99% 0.73% -
HSV(B) 254.78º 0.53% 1% -
XYZ 37.74 27.36 97.06 -
YUV 145.14 189.43 133.6 -
System Red Green Blue C M Y K H S L
Decimal 153 120 254 0.40 0.53 0 0.00 254.78 0.99 0.73
Hex 99 78 FE 28 35 0 0 FF 63 49
Octal 231 170 376 50 65 0 0 377 143 111
Binary 10011001 1111000 11111110 101000 110101 0 0 11111111 1100011 1001001

Color Harmonies of #9978FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9978FE

Black with #9978FE

Text Example


Text Example

White with #9978FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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