Html Css Color HEX #977AFE Light Slate Blue

📋 copy color: '#977AFE'

red 151 ◦ green 122 ◦ blue 254

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

Shades of Light Slate Blue #977AFE

Tints of Light Slate Blue #977AFE

RGB

 RED value IS 151 (59.38% from 255) = 28.65%

 GREEN value IS 122 (48.05% from 255) = 23.15%

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

R = 28.65%
G = 23.15%
B = 48.2%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#977AFE (or 0x977AFE) is known color: Light Slate Blue. HEX triplet: 97, 7A and FE. RGB value is (151,122,254). Sum of RGB (Red+Green+Blue) = 151+122+254=527 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.65% from 527); Green value is 122 (48.05% from 255 or 23.15% 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 #977AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977AFE is #688501. Grayscale: #919191. Windows color (decimal): -6849794 or 16677527. OLE color: 16677527.

HSL color Cylindrical-coordinate representation of color #977AFE: hue angle of 253.18º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #977AFE is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 151 122 254 -
CMYK 0.41 0.52 0 0.00
HSL 253.18º 0.99% 0.74% -
HSV(B) 253.18º 0.52% 1% -
XYZ 37.61 27.65 97.12 -
YUV 145.72 189.11 131.77 -
System Red Green Blue C M Y K H S L
Decimal 151 122 254 0.41 0.52 0 0.00 253.18 0.99 0.74
Hex 97 7A FE 29 34 0 0 FD 63 4A
Octal 227 172 376 51 64 0 0 375 143 112
Binary 10010111 1111010 11111110 101001 110100 0 0 11111101 1100011 1001010

Color Harmonies of #977AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977AFE

Black with #977AFE

Text Example


Text Example

White with #977AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977AFE; }

 p { color: rgb(151,122,254); }

 H1.HeaderClassName
 {
   color: #977AFE;
 }
 .AnyTagClassName
 {
   color: #977AFE;
 }
</style>

background-color css

<style>
 a { background-color: #977AFE; }

 a { background-color: rgb(151,122,254); }

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

border-color css

<style>
 span { border-color: #977AFE; }

 span { border-color: rgb(151,122,254); }

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