#8672BB

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

Shades of True V #8672BB

Tints of True V #8672BB

Color information

#8672BB (or 0x8672BB) is unknown color: approx True V. HEX triplet: 86, 72 and BB. RGB value is (134,114,187). Sum of RGB (Red+Green+Blue) = 134+114+187=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #8672BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8672BB is #798D44. Grayscale: #808080. Windows color (decimal): -7966021 or 12284550. OLE color: 12284550.

HSL color Cylindrical-coordinate representation of color #8672BB: hue angle of 256.44º degrees, saturation: 0.35, 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 #8672BB is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB134114187-
CMYK0.280.3900.27
HSL256.44º34.93%59.02%-
HSV(B)256.44º39.04%73.33%-
XYZ24.8220.6949.7-
YUV128.3161.13132.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.80%
GREEN value IS 114 (44.92% from 255) = 26.21%
BLUE value IS 187 (73.44% from 255) = 42.99%
R=30.80%
G=26.21%
B=42.99%

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
Decimal1341141870.280.3900.27256.4434.9359.02
Hex8672BB1C2701B100233b
Octal20616227334470334004373
Binary1000011011100101011101111100100111011011100000000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8672BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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