#804EBD

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

Shades of Studio #804EBD

Tints of Studio #804EBD

Color information

#804EBD (or 0x804EBD) is unknown color: approx Studio. HEX triplet: 80, 4E and BD. RGB value is (128,78,189). Sum of RGB (Red+Green+Blue) = 128+78+189=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #804EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804EBD is #7FB142. Grayscale: #696969. Windows color (decimal): -8368451 or 12406400. OLE color: 12406400.

HSL color Cylindrical-coordinate representation of color #804EBD: hue angle of 267.03º degrees, saturation: 0.46, 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 #804EBD is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12878189-
CMYK0.320.5900.26
HSL267.03º45.68%52.35%-
HSV(B)267.03º58.73%74.12%-
XYZ20.8113.7149.69-
YUV105.6175.06143.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.41%
GREEN value IS 78 (30.86% from 255) = 19.75%
BLUE value IS 189 (74.22% from 255) = 47.85%
R=32.41%
G=19.75%
B=47.85%

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
Decimal128781890.320.5900.26267.0345.6852.35
Hex804EBD203B01A10b2e34
Octal20011627540730324135664
Binary10000000100111010111101100000111011011010100001011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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