#8672BA

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

Shades of True V #8672BA

Tints of True V #8672BA

Color information

#8672BA (or 0x8672BA) is unknown color: approx True V. HEX triplet: 86, 72 and BA. RGB value is (134,114,186). Sum of RGB (Red+Green+Blue) = 134+114+186=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #8672BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8672BA is #798D45. Grayscale: #7F7F7F. Windows color (decimal): -7966022 or 12219014. OLE color: 12219014.

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

Color convert

RGB134114186-
CMYK0.280.3900.27
HSL256.67º34.29%58.82%-
HSV(B)256.67º38.71%72.94%-
XYZ24.7120.6549.14-
YUV128.19160.63132.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.88%
GREEN value IS 114 (44.92% from 255) = 26.27%
BLUE value IS 186 (73.05% from 255) = 42.86%
R=30.88%
G=26.27%
B=42.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341141860.280.3900.27256.6734.2958.82
Hex8672BA1C2701B101223b
Octal20616227234470334014273
Binary1000011011100101011101011100100111011011100000001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8672BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8672BA; }

 p { color: rgb(134,114,186); }

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

<style>
 a { background-color: #8672BA; }

 a { background-color: rgb(134,114,186); }

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

<style>
 span { border-color: #8672BA; }

 span { border-color: rgb(134,114,186); }

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