#8470BE

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

Shades of True V #8470BE

Tints of True V #8470BE

Color information

#8470BE (or 0x8470BE) is unknown color: approx True V. HEX triplet: 84, 70 and BE. RGB value is (132,112,190). Sum of RGB (Red+Green+Blue) = 132+112+190=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #8470BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8470BE is #7B8F41. Grayscale: #7E7E7E. Windows color (decimal): -8097602 or 12480644. OLE color: 12480644.

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

Color convert

RGB132112190-
CMYK0.310.4100.25
HSL255.38º37.5%59.22%-
HSV(B)255.38º41.05%74.51%-
XYZ24.620.2151.32-
YUV126.87163.63131.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.41%
GREEN value IS 112 (44.14% from 255) = 25.81%
BLUE value IS 190 (74.61% from 255) = 43.78%
R=30.41%
G=25.81%
B=43.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321121900.310.4100.25255.3837.559.22
Hex8470BE1F29019ff263b
Octal20416027637510313774673
Binary100001001110000101111101111110100101100111111111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8470BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,112,190); }

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

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

 a { background-color: rgb(132,112,190); }

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

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

 span { border-color: rgb(132,112,190); }

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