#8973BF

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

Shades of True V #8973BF

Tints of True V #8973BF

Color information

#8973BF (or 0x8973BF) is unknown color: approx True V. HEX triplet: 89, 73 and BF. RGB value is (137,115,191). Sum of RGB (Red+Green+Blue) = 137+115+191=443 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.93% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #8973BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8973BF is #768C40. Grayscale: #818181. Windows color (decimal): -7769153 or 12546953. OLE color: 12546953.

HSL color Cylindrical-coordinate representation of color #8973BF: hue angle of 257.37º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8973BF is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB137115191-
CMYK0.280.4000.25
HSL257.37º37.25%60%-
HSV(B)257.37º39.79%74.9%-
XYZ25.8521.3452.05-
YUV130.24162.29132.82-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.93%
GREEN value IS 115 (45.31% from 255) = 25.96%
BLUE value IS 191 (75% from 255) = 43.12%
R=30.93%
G=25.96%
B=43.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371151910.280.4000.25257.3737.2560
Hex8973BF1C28019101253c
Octal21116327734500314014574
Binary1000100111100111011111111100101000011001100000001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8973BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8973BF; }

 p { color: rgb(137,115,191); }

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

<style>
 a { background-color: #8973BF; }

 a { background-color: rgb(137,115,191); }

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

<style>
 span { border-color: #8973BF; }

 span { border-color: rgb(137,115,191); }

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