#977ccf

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

Shades of True V #977CCF

Tints of True V #977CCF

Color information

#977CCF (or 0x977CCF) is unknown color: approx True V. HEX triplet: 97, 7C and CF. RGB value is (151,124,207). Sum of RGB (Red+Green+Blue) = 151+124+207=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #977CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977CCF is #688330. Grayscale: #8D8D8D. Windows color (decimal): -6849329 or 13597847. OLE color: 13597847.

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

Color convert

RGB151124207-
CMYK0.270.4000.19
HSL259.52º46.37%64.9%-
HSV(B)259.52º40.1%81.18%-
XYZ31.2325.562.31-
YUV141.54164.95134.75-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.33%
GREEN value IS 124 (48.83% from 255) = 25.73%
BLUE value IS 207 (81.25% from 255) = 42.95%
R=31.33%
G=25.73%
B=42.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1511242070.270.4000.19259.5246.3764.9
Hex977CCF1B280131042e41
Octal227174317335002340456101
Binary10010111111110011001111110111010000100111000001001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977ccf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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