#8670BF

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

Shades of True V #8670BF

Tints of True V #8670BF

Color information

#8670BF (or 0x8670BF) is unknown color: approx True V. HEX triplet: 86, 70 and BF. RGB value is (134,112,191). Sum of RGB (Red+Green+Blue) = 134+112+191=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 191 - color contains mainly: blue. Hex color #8670BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8670BF is #798F40. Grayscale: #7F7F7F. Windows color (decimal): -7966529 or 12546182. OLE color: 12546182.

HSL color Cylindrical-coordinate representation of color #8670BF: hue angle of 256.71º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8670BF is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB134112191-
CMYK0.300.4100.25
HSL256.71º38.16%59.41%-
HSV(B)256.71º41.36%74.9%-
XYZ25.0320.4251.91-
YUV127.58163.79132.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.66%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 191 (75% from 255) = 43.71%
R=30.66%
G=25.63%
B=43.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341121910.300.4100.25256.7138.1659.41
Hex8670BF1E29019101263b
Octal20616027736510314014673
Binary1000011011100001011111111110101001011001100000001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8670BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8670BF; }

 p { color: rgb(134,112,191); }

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

<style>
 a { background-color: #8670BF; }

 a { background-color: rgb(134,112,191); }

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

<style>
 span { border-color: #8670BF; }

 span { border-color: rgb(134,112,191); }

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