Html Css Color HEX #977BFE Light Slate Blue

📋 copy color: '#977BFE'

red 151 ◦ green 123 ◦ blue 254

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

Shades of Light Slate Blue #977BFE

Tints of Light Slate Blue #977BFE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.3%

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

R = 28.6%
G = 23.3%
B = 48.11%

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

#977BFE (or 0x977BFE) is known color: Light Slate Blue. HEX triplet: 97, 7B and FE. RGB value is (151,123,254). Sum of RGB (Red+Green+Blue) = 151+123+254=528 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.60% from 528); Green value is 123 (48.44% from 255 or 23.30% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #977BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977BFE is #688401. Grayscale: #919191. Windows color (decimal): -6849538 or 16677783. OLE color: 16677783.

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

Color convert

RGB 151 123 254 -
CMYK 0.41 0.52 0 0.00
HSL 252.82º 0.98% 0.74% -
HSV(B) 252.82º 0.52% 1% -
XYZ 37.73 27.9 97.16 -
YUV 146.31 188.78 131.35 -
System Red Green Blue C M Y K H S L
Decimal 151 123 254 0.41 0.52 0 0.00 252.82 0.98 0.74
Hex 97 7B FE 29 34 0 0 FD 62 4A
Octal 227 173 376 51 64 0 0 375 142 112
Binary 10010111 1111011 11111110 101001 110100 0 0 11111101 1100010 1001010

Color Harmonies of #977BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977BFE

Black with #977BFE

Text Example


Text Example

White with #977BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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