Html Css Color HEX #977DCA True V

📋 copy color: '#977DCA'

red 151 ◦ green 125 ◦ blue 202

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

Shades of True V #977DCA

Tints of True V #977DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.26%

R = 31.59%
G = 26.15%
B = 42.26%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#977DCA (or 0x977DCA) is known color: True V. HEX triplet: 97, 7D and CA. RGB value is (151,125,202). Sum of RGB (Red+Green+Blue) = 151+125+202=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #977DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977DCA is #688235. Grayscale: #8D8D8D. Windows color (decimal): -6849078 or 13270423. OLE color: 13270423.

HSL color Cylindrical-coordinate representation of color #977DCA: hue angle of 260.26º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #977DCA is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 125 202 -
CMYK 0.25 0.38 0 0.21
HSL 260.26º 0.42% 0.64% -
HSV(B) 260.26º 0.38% 0.79% -
XYZ 30.76 25.51 59.18 -
YUV 141.55 162.11 134.74 -
System Red Green Blue C M Y K H S L
Decimal 151 125 202 0.25 0.38 0 0.21 260.26 0.42 0.64
Hex 97 7D CA 19 26 0 15 104 2A 40
Octal 227 175 312 31 46 0 25 404 52 100
Binary 10010111 1111101 11001010 11001 100110 0 10101 100000100 101010 1000000

Color Harmonies of #977DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977DCA

Black with #977DCA

Text Example


Text Example

White with #977DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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