#804EBC

Color #804EBC Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #804EBC

Tints of Studio #804EBC

Color information

#804EBC (or 0x804EBC) is unknown color: approx Studio. HEX triplet: 80, 4E and BC. RGB value is (128,78,188). Sum of RGB (Red+Green+Blue) = 128+78+188=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #804EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804EBC is #7FB143. Grayscale: #696969. Windows color (decimal): -8368452 or 12340864. OLE color: 12340864.

HSL color Cylindrical-coordinate representation of color #804EBC: hue angle of 267.27º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #804EBC is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12878188-
CMYK0.320.5900.26
HSL267.27º45.08%52.16%-
HSV(B)267.27º58.51%73.73%-
XYZ20.713.6749.12-
YUV105.49174.56144.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.49%
GREEN value IS 78 (30.86% from 255) = 19.80%
BLUE value IS 188 (73.83% from 255) = 47.72%
R=32.49%
G=19.80%
B=47.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal128781880.320.5900.26267.2745.0852.16
Hex804EBC203B01A10b2d34
Octal20011627440730324135564
Binary10000000100111010111100100000111011011010100001011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804EBC; }

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

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

<style>
 a { background-color: #804EBC; }

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

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

<style>
 span { border-color: #804EBC; }

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

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