#8977BE

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

Shades of True V #8977BE

Tints of True V #8977BE

Color information

#8977BE (or 0x8977BE) is unknown color: approx True V. HEX triplet: 89, 77 and BE. RGB value is (137,119,190). Sum of RGB (Red+Green+Blue) = 137+119+190=446 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.72% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #8977BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8977BE is #768841. Grayscale: #848484. Windows color (decimal): -7768130 or 12482441. OLE color: 12482441.

HSL color Cylindrical-coordinate representation of color #8977BE: hue angle of 255.21º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8977BE is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB137119190-
CMYK0.280.3700.25
HSL255.21º35.32%60.59%-
HSV(B)255.21º37.37%74.51%-
XYZ26.2122.2351.62-
YUV132.48160.46131.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.72%
GREEN value IS 119 (46.88% from 255) = 26.68%
BLUE value IS 190 (74.61% from 255) = 42.60%
R=30.72%
G=26.68%
B=42.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371191900.280.3700.25255.2135.3260.59
Hex8977BE1C25019ff233d
Octal21116727634450313774375
Binary100010011110111101111101110010010101100111111111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8977BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8977BE; }

 p { color: rgb(137,119,190); }

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

<style>
 a { background-color: #8977BE; }

 a { background-color: rgb(137,119,190); }

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

<style>
 span { border-color: #8977BE; }

 span { border-color: rgb(137,119,190); }

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