#86549E

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

Shades of Studio #86549E

Tints of Studio #86549E

Color information

#86549E (or 0x86549E) is unknown color: approx Studio. HEX triplet: 86, 54 and 9E. RGB value is (134,84,158). Sum of RGB (Red+Green+Blue) = 134+84+158=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #86549E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86549E is #79AB61. Grayscale: #6B6B6B. Windows color (decimal): -7973730 or 10376326. OLE color: 10376326.

HSL color Cylindrical-coordinate representation of color #86549E: hue angle of 280.54º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86549E is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13484158-
CMYK0.150.4700.38
HSL280.54º30.58%47.45%-
HSV(B)280.54º46.84%61.96%-
XYZ19.1713.8834.02-
YUV107.39156.56146.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.64%
GREEN value IS 84 (33.20% from 255) = 22.34%
BLUE value IS 158 (62.11% from 255) = 42.02%
R=35.64%
G=22.34%
B=42.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134841580.150.4700.38280.5430.5847.45
Hex86549EF2F0261191f2f
Octal20612423617570464313757
Binary100001101010100100111101111101111010011010001100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86549E; }

 p { color: rgb(134,84,158); }

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

<style>
 a { background-color: #86549E; }

 a { background-color: rgb(134,84,158); }

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

<style>
 span { border-color: #86549E; }

 span { border-color: rgb(134,84,158); }

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