#8673BE

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

Shades of True V #8673BE

Tints of True V #8673BE

Color information

#8673BE (or 0x8673BE) is unknown color: approx True V. HEX triplet: 86, 73 and BE. RGB value is (134,115,190). Sum of RGB (Red+Green+Blue) = 134+115+190=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #8673BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8673BE is #798C41. Grayscale: #808080. Windows color (decimal): -7965762 or 12481414. OLE color: 12481414.

HSL color Cylindrical-coordinate representation of color #8673BE: hue angle of 255.2º degrees, saturation: 0.37, 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 #8673BE is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB134115190-
CMYK0.290.3900.25
HSL255.2º36.59%59.8%-
HSV(B)255.2º39.47%74.51%-
XYZ25.2621.0551.45-
YUV129.23162.29131.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.52%
GREEN value IS 115 (45.31% from 255) = 26.20%
BLUE value IS 190 (74.61% from 255) = 43.28%
R=30.52%
G=26.20%
B=43.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341151900.290.3900.25255.236.5959.8
Hex8673BE1D27019ff253c
Octal20616327635470313774574
Binary100001101110011101111101110110011101100111111111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8673BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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