#977AD0

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

Shades of True V #977AD0

Tints of True V #977AD0

Color information

#977AD0 (or 0x977AD0) is unknown color: approx True V. HEX triplet: 97, 7A and D0. RGB value is (151,122,208). Sum of RGB (Red+Green+Blue) = 151+122+208=481 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.39% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #977AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977AD0 is #68852F. Grayscale: #8C8C8C. Windows color (decimal): -6849840 or 13662871. OLE color: 13662871.

HSL color Cylindrical-coordinate representation of color #977AD0: hue angle of 260.23º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #977AD0 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB151122208-
CMYK0.270.4100.18
HSL260.23º47.78%64.71%-
HSV(B)260.23º41.35%81.57%-
XYZ31.1125.0562.87-
YUV140.48166.11135.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.39%
GREEN value IS 122 (48.05% from 255) = 25.36%
BLUE value IS 208 (81.64% from 255) = 43.24%
R=31.39%
G=25.36%
B=43.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1511222080.270.4100.18260.2347.7864.71
Hex977AD01B290121043041
Octal227172320335102240460101
Binary10010111111101011010000110111010010100101000001001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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