Html Css Color HEX #977BF6 Light Slate Blue

📋 copy color: '#977BF6'

red 151 ◦ green 123 ◦ blue 246

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

Shades of Light Slate Blue #977BF6

Tints of Light Slate Blue #977BF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.31%

R = 29.04%
G = 23.65%
B = 47.31%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#977BF6 (or 0x977BF6) is known color: Light Slate Blue. HEX triplet: 97, 7B and F6. RGB value is (151,123,246). Sum of RGB (Red+Green+Blue) = 151+123+246=520 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.04% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #977BF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977BF6 is #688409. Grayscale: #909090. Windows color (decimal): -6849546 or 16153495. OLE color: 16153495.

HSL color Cylindrical-coordinate representation of color #977BF6: hue angle of 253.66º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #977BF6 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 151 123 246 -
CMYK 0.39 0.50 0 0.04
HSL 253.66º 0.87% 0.72% -
HSV(B) 253.66º 0.5% 0.96% -
XYZ 36.48 27.4 90.55 -
YUV 145.39 184.78 132 -
System Red Green Blue C M Y K H S L
Decimal 151 123 246 0.39 0.50 0 0.04 253.66 0.87 0.72
Hex 97 7B F6 27 32 0 4 FE 57 48
Octal 227 173 366 47 62 0 4 376 127 110
Binary 10010111 1111011 11110110 100111 110010 0 100 11111110 1010111 1001000

Color Harmonies of #977BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977BF6

Black with #977BF6

Text Example


Text Example

White with #977BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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