Html Css Color HEX #9980FE Light Slate Blue

📋 copy color: '#9980FE'

red 153 ◦ green 128 ◦ blue 254

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

Shades of Light Slate Blue #9980FE

Tints of Light Slate Blue #9980FE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.93%

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

R = 28.6%
G = 23.93%
B = 47.48%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9980FE (or 0x9980FE) is known color: Light Slate Blue. HEX triplet: 99, 80 and FE. RGB value is (153,128,254). Sum of RGB (Red+Green+Blue) = 153+128+254=535 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.60% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #9980FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9980FE is #667F01. Grayscale: #959595. Windows color (decimal): -6717186 or 16679065. OLE color: 16679065.

HSL color Cylindrical-coordinate representation of color #9980FE: hue angle of 251.9º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9980FE is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 153 128 254 -
CMYK 0.40 0.50 0 0.00
HSL 251.9º 0.98% 0.75% -
HSV(B) 251.9º 0.5% 1% -
XYZ 38.75 29.37 97.39 -
YUV 149.84 186.78 130.25 -
System Red Green Blue C M Y K H S L
Decimal 153 128 254 0.40 0.50 0 0.00 251.9 0.98 0.75
Hex 99 80 FE 28 32 0 0 FC 62 4B
Octal 231 200 376 50 62 0 0 374 142 113
Binary 10011001 10000000 11111110 101000 110010 0 0 11111100 1100010 1001011

Color Harmonies of #9980FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9980FE

Black with #9980FE

Text Example


Text Example

White with #9980FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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