#854D9E

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

Shades of Studio #854D9E

Tints of Studio #854D9E

Color information

#854D9E (or 0x854D9E) is unknown color: approx Studio. HEX triplet: 85, 4D and 9E. RGB value is (133,77,158). Sum of RGB (Red+Green+Blue) = 133+77+158=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 158 - color contains mainly: blue. Hex color #854D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854D9E is #7AB261. Grayscale: #666666. Windows color (decimal): -8041058 or 10374533. OLE color: 10374533.

HSL color Cylindrical-coordinate representation of color #854D9E: hue angle of 281.48º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #854D9E is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13377158-
CMYK0.160.5100.38
HSL281.48º34.47%46.08%-
HSV(B)281.48º51.27%61.96%-
XYZ18.512.7633.84-
YUV102.98159.05149.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.14%
GREEN value IS 77 (30.47% from 255) = 20.92%
BLUE value IS 158 (62.11% from 255) = 42.93%
R=36.14%
G=20.92%
B=42.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133771580.160.5100.38281.4834.4746.08
Hex854D9E1033026119222e
Octal20511523620630464314256
Binary10000101100110110011110100001100110100110100011001100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,77,158); }

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

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

 a { background-color: rgb(133,77,158); }

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

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

 span { border-color: rgb(133,77,158); }

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