#8974BE

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

Shades of True V #8974BE

Tints of True V #8974BE

Color information

#8974BE (or 0x8974BE) is unknown color: approx True V. HEX triplet: 89, 74 and BE. RGB value is (137,116,190). Sum of RGB (Red+Green+Blue) = 137+116+190=443 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.93% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #8974BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8974BE is #768B41. Grayscale: #828282. Windows color (decimal): -7768898 or 12481673. OLE color: 12481673.

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

Color convert

RGB137116190-
CMYK0.280.3900.25
HSL257.03º36.27%60%-
HSV(B)257.03º38.95%74.51%-
XYZ25.8621.5351.51-
YUV130.72161.46132.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.93%
GREEN value IS 116 (45.70% from 255) = 26.19%
BLUE value IS 190 (74.61% from 255) = 42.89%
R=30.93%
G=26.19%
B=42.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371161900.280.3900.25257.0336.2760
Hex8974BE1C27019101243c
Octal21116427634470314014474
Binary1000100111101001011111011100100111011001100000001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8974BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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