Html Css Color HEX #9978FF Light Slate Blue

📋 copy color: '#9978FF'

red 153 ◦ green 120 ◦ blue 255

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

Shades of Light Slate Blue #9978FF

Tints of Light Slate Blue #9978FF

RGB

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

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

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

R = 28.98%
G = 22.73%
B = 48.3%

CMYK

 C value IS 0.4

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9978FF (or 0x9978FF) is known color: Light Slate Blue. HEX triplet: 99, 78 and FF. RGB value is (153,120,255). Sum of RGB (Red+Green+Blue) = 153+120+255=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 120 (47.27% from 255 or 22.73% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #9978FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9978FF is #668700. Grayscale: #909090. Windows color (decimal): -6719233 or 16742553. OLE color: 16742553.

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

Color convert

RGB 153 120 255 -
CMYK 0.4 0.53 0 0
HSL 254.67º 1% 0.74% -
HSV(B) 254.67º 0.53% 1% -
XYZ 37.9 27.43 97.9 -
YUV 145.26 189.93 133.52 -
System Red Green Blue C M Y K H S L
Decimal 153 120 255 0.4 0.53 0 0 254.67 1 0.74
Hex 99 78 FF 28 35 0 0 FF 64 4A
Octal 231 170 377 50 65 0 0 377 144 112
Binary 10011001 1111000 11111111 101000 110101 0 0 11111111 1100100 1001010

Color Harmonies of #9978FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9978FF

Black with #9978FF

Text Example


Text Example

White with #9978FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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