Html Css Color HEX #977AFB Light Slate Blue

📋 copy color: '#977AFB'

red 151 ◦ green 122 ◦ blue 251

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

Shades of Light Slate Blue #977AFB

Tints of Light Slate Blue #977AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.9%

R = 28.82%
G = 23.28%
B = 47.9%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#977AFB (or 0x977AFB) is known color: Light Slate Blue. HEX triplet: 97, 7A and FB. RGB value is (151,122,251). Sum of RGB (Red+Green+Blue) = 151+122+251=524 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.82% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #977AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977AFB is #688504. Grayscale: #909090. Windows color (decimal): -6849797 or 16480919. OLE color: 16480919.

HSL color Cylindrical-coordinate representation of color #977AFB: hue angle of 253.49º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #977AFB is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 122 251 -
CMYK 0.40 0.51 0 0.02
HSL 253.49º 0.94% 0.73% -
HSV(B) 253.49º 0.51% 0.98% -
XYZ 37.13 27.46 94.61 -
YUV 145.38 187.61 132.01 -
System Red Green Blue C M Y K H S L
Decimal 151 122 251 0.40 0.51 0 0.02 253.49 0.94 0.73
Hex 97 7A FB 28 33 0 2 FD 5E 49
Octal 227 172 373 50 63 0 2 375 136 111
Binary 10010111 1111010 11111011 101000 110011 0 10 11111101 1011110 1001001

Color Harmonies of #977AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977AFB

Black with #977AFB

Text Example


Text Example

White with #977AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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