#8063BE

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

Shades of True V #8063BE

Tints of True V #8063BE

Color information

#8063BE (or 0x8063BE) is unknown color: approx True V. HEX triplet: 80, 63 and BE. RGB value is (128,99,190). Sum of RGB (Red+Green+Blue) = 128+99+190=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #8063BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8063BE is #7F9C41. Grayscale: #757575. Windows color (decimal): -8363074 or 12477312. OLE color: 12477312.

HSL color Cylindrical-coordinate representation of color #8063BE: hue angle of 259.12º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8063BE is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12899190-
CMYK0.330.4800.25
HSL259.12º41.18%56.67%-
HSV(B)259.12º47.89%74.51%-
XYZ22.6617.2350.85-
YUV118.04168.61135.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.70%
GREEN value IS 99 (39.06% from 255) = 23.74%
BLUE value IS 190 (74.61% from 255) = 45.56%
R=30.70%
G=23.74%
B=45.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128991900.330.4800.25259.1241.1856.67
Hex8063BE21300191032939
Octal20014327641600314035171
Binary10000000110001110111110100001110000011001100000011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8063BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,99,190); }

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

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

 a { background-color: rgb(128,99,190); }

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

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

 span { border-color: rgb(128,99,190); }

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