#854EAF

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

Shades of Studio #854EAF

Tints of Studio #854EAF

Color information

#854EAF (or 0x854EAF) is unknown color: approx Studio. HEX triplet: 85, 4E and AF. RGB value is (133,78,175). Sum of RGB (Red+Green+Blue) = 133+78+175=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #854EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854EAF is #7AB150. Grayscale: #696969. Windows color (decimal): -8040785 or 11488901. OLE color: 11488901.

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

Color convert

RGB13378175-
CMYK0.240.5500.31
HSL274.02º38.34%49.61%-
HSV(B)274.02º55.43%68.63%-
XYZ20.1413.5342.11-
YUV105.5167.22147.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.46%
GREEN value IS 78 (30.86% from 255) = 20.21%
BLUE value IS 175 (68.75% from 255) = 45.34%
R=34.46%
G=20.21%
B=45.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal133781750.240.5500.31274.0238.3449.61
Hex854EAF183701F1122632
Octal20511625730670374224662
Binary1000010110011101010111111000110111011111100010010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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