#8672BE

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

Shades of True V #8672BE

Tints of True V #8672BE

Color information

#8672BE (or 0x8672BE) is unknown color: approx True V. HEX triplet: 86, 72 and BE. RGB value is (134,114,190). Sum of RGB (Red+Green+Blue) = 134+114+190=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #8672BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8672BE is #798D41. Grayscale: #808080. Windows color (decimal): -7966018 or 12481158. OLE color: 12481158.

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

Color convert

RGB134114190-
CMYK0.290.4000.25
HSL255.79º36.89%59.61%-
HSV(B)255.79º40%74.51%-
XYZ25.1420.8251.41-
YUV128.64162.63131.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.59%
GREEN value IS 114 (44.92% from 255) = 26.03%
BLUE value IS 190 (74.61% from 255) = 43.38%
R=30.59%
G=26.03%
B=43.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341141900.290.4000.25255.7936.8959.61
Hex8672BE1D28019100253c
Octal20616227635500314004574
Binary1000011011100101011111011101101000011001100000000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8672BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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