Html Css Color HEX #977BFF Light Slate Blue

📋 copy color: '#977BFF'

red 151 ◦ green 123 ◦ blue 255

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

Shades of Light Slate Blue #977BFF

Tints of Light Slate Blue #977BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.2%

R = 28.54%
G = 23.25%
B = 48.2%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#977BFF (or 0x977BFF) is known color: Light Slate Blue. HEX triplet: 97, 7B and FF. RGB value is (151,123,255). Sum of RGB (Red+Green+Blue) = 151+123+255=529 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.54% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #977BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977BFF is #688400. Grayscale: #919191. Windows color (decimal): -6849537 or 16743319. OLE color: 16743319.

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

Color convert

RGB 151 123 255 -
CMYK 0.41 0.52 0 0
HSL 252.73º 1% 0.74% -
HSV(B) 252.73º 0.52% 1% -
XYZ 37.9 27.97 98.01 -
YUV 146.42 189.28 131.27 -
System Red Green Blue C M Y K H S L
Decimal 151 123 255 0.41 0.52 0 0 252.73 1 0.74
Hex 97 7B FF 29 34 0 0 FD 64 4A
Octal 227 173 377 51 64 0 0 375 144 112
Binary 10010111 1111011 11111111 101001 110100 0 0 11111101 1100100 1001010

Color Harmonies of #977BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977BFF

Black with #977BFF

Text Example


Text Example

White with #977BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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