#8064BC

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

Shades of True V #8064BC

Tints of True V #8064BC

Color information

#8064BC (or 0x8064BC) is unknown color: approx True V. HEX triplet: 80, 64 and BC. RGB value is (128,100,188). Sum of RGB (Red+Green+Blue) = 128+100+188=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #8064BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8064BC is #7F9B43. Grayscale: #767676. Windows color (decimal): -8362820 or 12346496. OLE color: 12346496.

HSL color Cylindrical-coordinate representation of color #8064BC: hue angle of 259.09º 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 #8064BC is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB128100188-
CMYK0.320.4700.26
HSL259.09º39.64%56.47%-
HSV(B)259.09º46.81%73.73%-
XYZ22.5417.3349.74-
YUV118.4167.28134.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.77%
GREEN value IS 100 (39.45% from 255) = 24.04%
BLUE value IS 188 (73.83% from 255) = 45.19%
R=30.77%
G=24.04%
B=45.19%

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
Decimal1281001880.320.4700.26259.0939.6456.47
Hex8064BC202F01A1032838
Octal20014427440570324035070
Binary10000000110010010111100100000101111011010100000011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8064BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8064BC; }

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

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

<style>
 a { background-color: #8064BC; }

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

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

<style>
 span { border-color: #8064BC; }

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

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