#854EAE

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

Shades of Studio #854EAE

Tints of Studio #854EAE

Color information

#854EAE (or 0x854EAE) is unknown color: approx Studio. HEX triplet: 85, 4E and AE. RGB value is (133,78,174). Sum of RGB (Red+Green+Blue) = 133+78+174=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #854EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854EAE is #7AB151. Grayscale: #696969. Windows color (decimal): -8040786 or 11423365. OLE color: 11423365.

HSL color Cylindrical-coordinate representation of color #854EAE: hue angle of 274.38º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #854EAE is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13378174-
CMYK0.240.5500.32
HSL274.38º38.1%49.41%-
HSV(B)274.38º55.17%68.24%-
XYZ20.0413.4941.59-
YUV105.39166.72147.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.55%
GREEN value IS 78 (30.86% from 255) = 20.26%
BLUE value IS 174 (68.36% from 255) = 45.19%
R=34.55%
G=20.26%
B=45.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal133781740.240.5500.32274.3838.149.41
Hex854EAE18370201122631
Octal20511625630670404224661
Binary10000101100111010101110110001101110100000100010010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854EAE; }

 p { color: rgb(133,78,174); }

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

<style>
 a { background-color: #854EAE; }

 a { background-color: rgb(133,78,174); }

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

<style>
 span { border-color: #854EAE; }

 span { border-color: rgb(133,78,174); }

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