#8770BE

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

Shades of True V #8770BE

Tints of True V #8770BE

Color information

#8770BE (or 0x8770BE) is unknown color: approx True V. HEX triplet: 87, 70 and BE. RGB value is (135,112,190). Sum of RGB (Red+Green+Blue) = 135+112+190=437 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.89% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #8770BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8770BE is #788F41. Grayscale: #7F7F7F. Windows color (decimal): -7900994 or 12480647. OLE color: 12480647.

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

Color convert

RGB135112190-
CMYK0.290.4100.25
HSL257.69º37.5%59.22%-
HSV(B)257.69º41.05%74.51%-
XYZ25.0820.4651.34-
YUV127.77163.12133.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.89%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 190 (74.61% from 255) = 43.48%
R=30.89%
G=25.63%
B=43.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351121900.290.4100.25257.6937.559.22
Hex8770BE1D29019102263b
Octal20716027635510314024673
Binary1000011111100001011111011101101001011001100000010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8770BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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