#8063bc

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

Shades of True V #8063BC

Tints of True V #8063BC

Color information

#8063BC (or 0x8063BC) is unknown color: approx True V. HEX triplet: 80, 63 and BC. RGB value is (128,99,188). Sum of RGB (Red+Green+Blue) = 128+99+188=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #8063BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8063BC is #7F9C43. Grayscale: #757575. Windows color (decimal): -8363076 or 12346240. OLE color: 12346240.

HSL color Cylindrical-coordinate representation of color #8063BC: hue angle of 259.55º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8063BC is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12899188-
CMYK0.320.4700.26
HSL259.55º39.91%56.27%-
HSV(B)259.55º47.34%73.73%-
XYZ22.4417.1449.7-
YUV117.82167.61135.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.84%
GREEN value IS 99 (39.06% from 255) = 23.86%
BLUE value IS 188 (73.83% from 255) = 45.30%
R=30.84%
G=23.86%
B=45.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal128991880.320.4700.26259.5539.9156.27
Hex8063BC202F01A1042838
Octal20014327440570324045070
Binary10000000110001110111100100000101111011010100000100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8063bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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