#8974BB

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

Shades of True V #8974BB

Tints of True V #8974BB

Color information

#8974BB (or 0x8974BB) is unknown color: approx True V. HEX triplet: 89, 74 and BB. RGB value is (137,116,187). Sum of RGB (Red+Green+Blue) = 137+116+187=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #8974BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8974BB is #768B44. Grayscale: #828282. Windows color (decimal): -7768901 or 12285065. OLE color: 12285065.

HSL color Cylindrical-coordinate representation of color #8974BB: hue angle of 257.75º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8974BB is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB137116187-
CMYK0.270.3800.27
HSL257.75º34.3%59.41%-
HSV(B)257.75º37.97%73.33%-
XYZ25.5321.449.8-
YUV130.37159.96132.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.14%
GREEN value IS 116 (45.70% from 255) = 26.36%
BLUE value IS 187 (73.44% from 255) = 42.5%
R=31.14%
G=26.36%
B=42.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371161870.270.3800.27257.7534.359.41
Hex8974BB1B2601B102223b
Octal21116427333460334024273
Binary1000100111101001011101111011100110011011100000010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8974BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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