#8671BB

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

Shades of True V #8671BB

Tints of True V #8671BB

Color information

#8671BB (or 0x8671BB) is unknown color: approx True V. HEX triplet: 86, 71 and BB. RGB value is (134,113,187). Sum of RGB (Red+Green+Blue) = 134+113+187=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #8671BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8671BB is #798E44. Grayscale: #7F7F7F. Windows color (decimal): -7966277 or 12284294. OLE color: 12284294.

HSL color Cylindrical-coordinate representation of color #8671BB: hue angle of 257.03º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8671BB is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB134113187-
CMYK0.280.4000.27
HSL257.03º35.24%58.82%-
HSV(B)257.03º39.57%73.33%-
XYZ24.7120.4749.66-
YUV127.71161.46132.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.88%
GREEN value IS 113 (44.53% from 255) = 26.04%
BLUE value IS 187 (73.44% from 255) = 43.09%
R=30.88%
G=26.04%
B=43.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341131870.280.4000.27257.0335.2458.82
Hex8671BB1C2801B101233b
Octal20616127334500334014373
Binary1000011011100011011101111100101000011011100000001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8671BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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