#977FCD

Color #977FCD True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #977FCD

Tints of True V #977FCD

Color information

#977FCD (or 0x977FCD) is unknown color: approx 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

RGB151127205-
CMYK0.260.3800.20
HSL258.46º43.82%65.1%-
HSV(B)258.46º38.05%80.39%-
XYZ31.3726.1761.15-
YUV143.07162.95133.66-

RGB Variations

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

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 (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1511272050.260.3800.20258.4643.8265.1
Hex977FCD1A260141022c41
Octal227177315324602440254101
Binary10010111111111111001101110101001100101001000000101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>