Html Css Color HEX #977CCB True V

📋 copy color: '#977CCB'

red 151 ◦ green 124 ◦ blue 203

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

Shades of True V #977CCB

Tints of True V #977CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.47%

R = 31.59%
G = 25.94%
B = 42.47%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#977CCB (or 0x977CCB) is known color: True V. HEX triplet: 97, 7C and CB. RGB value is (151,124,203). Sum of RGB (Red+Green+Blue) = 151+124+203=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #977CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977CCB is #688334. Grayscale: #8C8C8C. Windows color (decimal): -6849333 or 13335703. OLE color: 13335703.

HSL color Cylindrical-coordinate representation of color #977CCB: hue angle of 260.51º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #977CCB is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 124 203 -
CMYK 0.26 0.39 0 0.20
HSL 260.51º 0.43% 0.64% -
HSV(B) 260.51º 0.39% 0.8% -
XYZ 30.75 25.31 59.76 -
YUV 141.08 162.95 135.08 -
System Red Green Blue C M Y K H S L
Decimal 151 124 203 0.26 0.39 0 0.20 260.51 0.43 0.64
Hex 97 7C CB 1A 27 0 14 105 2B 40
Octal 227 174 313 32 47 0 24 405 53 100
Binary 10010111 1111100 11001011 11010 100111 0 10100 100000101 101011 1000000

Color Harmonies of #977CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977CCB

Black with #977CCB

Text Example


Text Example

White with #977CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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