#977FCF

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

Shades of True V #977FCF

Tints of True V #977FCF

Color information

#977FCF (or 0x977FCF) is unknown color: approx True V. HEX triplet: 97, 7F and CF. RGB value is (151,127,207). Sum of RGB (Red+Green+Blue) = 151+127+207=485 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.13% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #977FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977FCF is #688030. Grayscale: #8F8F8F. Windows color (decimal): -6848561 or 13598615. OLE color: 13598615.

HSL color Cylindrical-coordinate representation of color #977FCF: hue angle of 258º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #977FCF is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB151127207-
CMYK0.270.3900.19
HSL258º45.45%65.49%-
HSV(B)258º38.65%81.18%-
XYZ31.6126.2662.43-
YUV143.3163.95133.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.13%
GREEN value IS 127 (50% from 255) = 26.19%
BLUE value IS 207 (81.25% from 255) = 42.68%
R=31.13%
G=26.19%
B=42.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1511272070.270.3900.1925845.4565.49
Hex977FCF1B270131022d41
Octal227177317334702340255101
Binary10010111111111111001111110111001110100111000000101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #977FCF;
 }
 .AnyTagClassName
 {
   color: #977FCF;
 }
</style>
background-color css

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

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

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

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

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

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