#854AAE

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

Shades of Studio #854AAE

Tints of Studio #854AAE

Color information

#854AAE (or 0x854AAE) is unknown color: approx Studio. HEX triplet: 85, 4A and AE. RGB value is (133,74,174). Sum of RGB (Red+Green+Blue) = 133+74+174=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #854AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854AAE is #7AB551. Grayscale: #666666. Windows color (decimal): -8041810 or 11422341. OLE color: 11422341.

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

Color convert

RGB13374174-
CMYK0.240.5700.32
HSL275.4º40.32%48.63%-
HSV(B)275.4º57.47%68.24%-
XYZ19.7612.9441.5-
YUV103.04168.05149.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.91%
GREEN value IS 74 (29.30% from 255) = 19.42%
BLUE value IS 174 (68.36% from 255) = 45.67%
R=34.91%
G=19.42%
B=45.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal133741740.240.5700.32275.440.3248.63
Hex854AAE18390201132831
Octal20511225630710404235061
Binary10000101100101010101110110001110010100000100010011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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