Html Css Color HEX #977DCB True V

📋 copy color: '#977DCB'

red 151 ◦ green 125 ◦ blue 203

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

Shades of True V #977DCB

Tints of True V #977DCB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.1%

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

R = 31.52%
G = 26.1%
B = 42.38%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#977DCB (or 0x977DCB) is known color: True V. HEX triplet: 97, 7D and CB. RGB value is (151,125,203). Sum of RGB (Red+Green+Blue) = 151+125+203=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #977DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977DCB is #688234. Grayscale: #8D8D8D. Windows color (decimal): -6849077 or 13335959. OLE color: 13335959.

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

Color convert

RGB 151 125 203 -
CMYK 0.26 0.38 0 0.20
HSL 260º 0.43% 0.64% -
HSV(B) 260º 0.38% 0.8% -
XYZ 30.88 25.56 59.81 -
YUV 141.67 162.61 134.66 -
System Red Green Blue C M Y K H S L
Decimal 151 125 203 0.26 0.38 0 0.20 260 0.43 0.64
Hex 97 7D CB 1A 26 0 14 104 2B 40
Octal 227 175 313 32 46 0 24 404 53 100
Binary 10010111 1111101 11001011 11010 100110 0 10100 100000100 101011 1000000

Color Harmonies of #977DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977DCB

Black with #977DCB

Text Example


Text Example

White with #977DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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