#977CCD

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

Shades of True V #977CCD

Tints of True V #977CCD

Color information

#977CCD (or 0x977CCD) is unknown color: approx True V. HEX triplet: 97, 7C and CD. RGB value is (151,124,205). Sum of RGB (Red+Green+Blue) = 151+124+205=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #977CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977CCD is #688332. Grayscale: #8D8D8D. Windows color (decimal): -6849331 or 13466775. OLE color: 13466775.

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

Color convert

RGB151124205-
CMYK0.260.4000.20
HSL260º44.75%64.51%-
HSV(B)260º39.51%80.39%-
XYZ30.9925.461.03-
YUV141.31163.95134.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.46%
GREEN value IS 124 (48.83% from 255) = 25.83%
BLUE value IS 205 (80.47% from 255) = 42.71%
R=31.46%
G=25.83%
B=42.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1511242050.260.4000.2026044.7564.51
Hex977CCD1A280141042d41
Octal227174315325002440455101
Binary10010111111110011001101110101010000101001000001001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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