Html Css Color HEX #9977FE Light Slate Blue

📋 copy color: '#9977FE'

red 153 ◦ green 119 ◦ blue 254

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

Shades of Light Slate Blue #9977FE

Tints of Light Slate Blue #9977FE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.62%

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

R = 29.09%
G = 22.62%
B = 48.29%

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

#9977FE (or 0x9977FE) is known color: Light Slate Blue. HEX triplet: 99, 77 and FE. RGB value is (153,119,254). Sum of RGB (Red+Green+Blue) = 153+119+254=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 119 (46.88% from 255 or 22.62% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #9977FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9977FE is #668801. Grayscale: #909090. Windows color (decimal): -6719490 or 16676761. OLE color: 16676761.

HSL color Cylindrical-coordinate representation of color #9977FE: hue angle of 255.11º 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 #9977FE is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 153 119 254 -
CMYK 0.40 0.53 0 0.00
HSL 255.11º 0.99% 0.73% -
HSV(B) 255.11º 0.53% 1% -
XYZ 37.62 27.12 97.02 -
YUV 144.56 189.76 134.02 -
System Red Green Blue C M Y K H S L
Decimal 153 119 254 0.40 0.53 0 0.00 255.11 0.99 0.73
Hex 99 77 FE 28 35 0 0 FF 63 49
Octal 231 167 376 50 65 0 0 377 143 111
Binary 10011001 1110111 11111110 101000 110101 0 0 11111111 1100011 1001001

Color Harmonies of #9977FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9977FE

Black with #9977FE

Text Example


Text Example

White with #9977FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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