Html Css Color HEX #977FCD True V

📋 copy color: '#977FCD'

red 151 ◦ green 127 ◦ blue 205

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

Shades of True V #977FCD

Tints of True V #977FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 26.29%

 BLUE value IS 205 (80.47% from 255) = 42.44%

R = 31.26%
G = 26.29%
B = 42.44%

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

#977FCD (or 0x977FCD) is known color: True V. HEX triplet: 97, 7F and CD. RGB value is (151,127,205). Sum of RGB (Red+Green+Blue) = 151+127+205=483 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.26% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #977FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977FCD is #688032. Grayscale: #8E8E8E. Windows color (decimal): -6848563 or 13467543. OLE color: 13467543.

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

Color convert

RGB 151 127 205 -
CMYK 0.26 0.38 0 0.20
HSL 258.46º 0.44% 0.65% -
HSV(B) 258.46º 0.38% 0.8% -
XYZ 31.37 26.17 61.15 -
YUV 143.07 162.95 133.66 -
System Red Green Blue C M Y K H S L
Decimal 151 127 205 0.26 0.38 0 0.20 258.46 0.44 0.65
Hex 97 7F CD 1A 26 0 14 102 2C 41
Octal 227 177 315 32 46 0 24 402 54 101
Binary 10010111 1111111 11001101 11010 100110 0 10100 100000010 101100 1000001

Color Harmonies of #977FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977FCD

Black with #977FCD

Text Example


Text Example

White with #977FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,127,205); }

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

background-color css

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

 a { background-color: rgb(151,127,205); }

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

border-color css

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

 span { border-color: rgb(151,127,205); }

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