Html Css Color HEX #977CCE True V

📋 copy color: '#977CCE'

red 151 ◦ green 124 ◦ blue 206

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

Shades of True V #977CCE

Tints of True V #977CCE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.78%

 BLUE value IS 206 (80.86% from 255) = 42.83%

R = 31.39%
G = 25.78%
B = 42.83%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#977CCE (or 0x977CCE) is known color: True V. HEX triplet: 97, 7C and CE. RGB value is (151,124,206). Sum of RGB (Red+Green+Blue) = 151+124+206=481 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.39% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #977CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977CCE is #688331. Grayscale: #8D8D8D. Windows color (decimal): -6849330 or 13532311. OLE color: 13532311.

HSL color Cylindrical-coordinate representation of color #977CCE: hue angle of 259.76º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #977CCE is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 124 206 -
CMYK 0.27 0.40 0 0.19
HSL 259.76º 0.46% 0.65% -
HSV(B) 259.76º 0.4% 0.81% -
XYZ 31.11 25.45 61.67 -
YUV 141.42 164.45 134.83 -
System Red Green Blue C M Y K H S L
Decimal 151 124 206 0.27 0.40 0 0.19 259.76 0.46 0.65
Hex 97 7C CE 1B 28 0 13 104 2E 41
Octal 227 174 316 33 50 0 23 404 56 101
Binary 10010111 1111100 11001110 11011 101000 0 10011 100000100 101110 1000001

Color Harmonies of #977CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977CCE

Black with #977CCE

Text Example


Text Example

White with #977CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,124,206); }

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

background-color css

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

 a { background-color: rgb(151,124,206); }

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

border-color css

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

 span { border-color: rgb(151,124,206); }

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