#8673BC

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

Shades of True V #8673BC

Tints of True V #8673BC

Color information

#8673BC (or 0x8673BC) is unknown color: approx True V. HEX triplet: 86, 73 and BC. RGB value is (134,115,188). Sum of RGB (Red+Green+Blue) = 134+115+188=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #8673BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8673BC is #798C43. Grayscale: #808080. Windows color (decimal): -7965764 or 12350342. OLE color: 12350342.

HSL color Cylindrical-coordinate representation of color #8673BC: hue angle of 255.62º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8673BC is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB134115188-
CMYK0.290.3900.26
HSL255.62º35.27%59.41%-
HSV(B)255.62º38.83%73.73%-
XYZ25.0420.9650.3-
YUV129161.29131.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.66%
GREEN value IS 115 (45.31% from 255) = 26.32%
BLUE value IS 188 (73.83% from 255) = 43.02%
R=30.66%
G=26.32%
B=43.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341151880.290.3900.26255.6235.2759.41
Hex8673BC1D2701A100233b
Octal20616327435470324004373
Binary1000011011100111011110011101100111011010100000000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8673BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8673BC; }

 p { color: rgb(134,115,188); }

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

<style>
 a { background-color: #8673BC; }

 a { background-color: rgb(134,115,188); }

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

<style>
 span { border-color: #8673BC; }

 span { border-color: rgb(134,115,188); }

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