#8057BF

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

Shades of True V #8057BF

Tints of True V #8057BF

Color information

#8057BF (or 0x8057BF) is unknown color: approx True V. HEX triplet: 80, 57 and BF. RGB value is (128,87,191). Sum of RGB (Red+Green+Blue) = 128+87+191=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #8057BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8057BF is #7FA840. Grayscale: #6E6E6E. Windows color (decimal): -8366145 or 12539776. OLE color: 12539776.

HSL color Cylindrical-coordinate representation of color #8057BF: hue angle of 263.65º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8057BF is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12887191-
CMYK0.330.5400.25
HSL263.65º44.83%54.51%-
HSV(B)263.65º54.45%74.9%-
XYZ21.7115.1751.07-
YUV111.12173.08140.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.53%
GREEN value IS 87 (34.38% from 255) = 21.43%
BLUE value IS 191 (75% from 255) = 47.04%
R=31.53%
G=21.43%
B=47.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128871910.330.5400.25263.6544.8354.51
Hex8057BF21360191082d37
Octal20012727741660314105567
Binary10000000101011110111111100001110110011001100001000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8057BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,87,191); }

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

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

 a { background-color: rgb(128,87,191); }

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

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

 span { border-color: rgb(128,87,191); }

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