#977ACD

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

Shades of True V #977ACD

Tints of True V #977ACD

Color information

#977ACD (or 0x977ACD) is unknown color: approx True V. HEX triplet: 97, 7A and CD. RGB value is (151,122,205). Sum of RGB (Red+Green+Blue) = 151+122+205=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #977ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977ACD is #688532. Grayscale: #8B8B8B. Windows color (decimal): -6849843 or 13466263. OLE color: 13466263.

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

Color convert

RGB151122205-
CMYK0.260.4000.20
HSL260.96º45.36%64.12%-
HSV(B)260.96º40.49%80.39%-
XYZ30.7424.9160.94-
YUV140.13164.61135.75-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.59%
GREEN value IS 122 (48.05% from 255) = 25.52%
BLUE value IS 205 (80.47% from 255) = 42.89%
R=31.59%
G=25.52%
B=42.89%

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
Decimal1511222050.260.4000.20260.9645.3664.12
Hex977ACD1A280141052d40
Octal227172315325002440555100
Binary10010111111101011001101110101010000101001000001011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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