Html Css Color HEX #977BFC Light Slate Blue

📋 copy color: '#977BFC'

red 151 ◦ green 123 ◦ blue 252

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

Shades of Light Slate Blue #977BFC

Tints of Light Slate Blue #977BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.91%

R = 28.71%
G = 23.38%
B = 47.91%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#977BFC (or 0x977BFC) is known color: Light Slate Blue. HEX triplet: 97, 7B and FC. RGB value is (151,123,252). Sum of RGB (Red+Green+Blue) = 151+123+252=526 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.71% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #977BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977BFC is #688403. Grayscale: #919191. Windows color (decimal): -6849540 or 16546711. OLE color: 16546711.

HSL color Cylindrical-coordinate representation of color #977BFC: hue angle of 253.02º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #977BFC is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 151 123 252 -
CMYK 0.40 0.51 0 0.01
HSL 253.02º 0.96% 0.74% -
HSV(B) 253.02º 0.51% 0.99% -
XYZ 37.42 27.77 95.48 -
YUV 146.08 187.78 131.51 -
System Red Green Blue C M Y K H S L
Decimal 151 123 252 0.40 0.51 0 0.01 253.02 0.96 0.74
Hex 97 7B FC 28 33 0 1 FD 60 4A
Octal 227 173 374 50 63 0 1 375 140 112
Binary 10010111 1111011 11111100 101000 110011 0 1 11111101 1100000 1001010

Color Harmonies of #977BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977BFC

Black with #977BFC

Text Example


Text Example

White with #977BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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