#8457A6

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

Shades of Studio #8457A6

Tints of Studio #8457A6

Color information

#8457A6 (or 0x8457A6) is unknown color: approx Studio. HEX triplet: 84, 57 and A6. RGB value is (132,87,166). Sum of RGB (Red+Green+Blue) = 132+87+166=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 166 (65.23% from 255 or 43.12% from 385); Max value from RGB is 166 - color contains mainly: blue. Hex color #8457A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8457A6 is #7BA859. Grayscale: #6D6D6D. Windows color (decimal): -8104026 or 10901380. OLE color: 10901380.

HSL color Cylindrical-coordinate representation of color #8457A6: hue angle of 274.18º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8457A6 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13287166-
CMYK0.200.4800.35
HSL274.18º31.23%49.61%-
HSV(B)274.18º47.59%65.1%-
XYZ19.8114.4837.83-
YUV109.46159.91144.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.29%
GREEN value IS 87 (34.38% from 255) = 22.60%
BLUE value IS 166 (65.23% from 255) = 43.12%
R=34.29%
G=22.60%
B=43.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal132871660.200.4800.35274.1831.2349.61
Hex8457A614300231121f32
Octal20412724624600434223762
Binary1000010010101111010011010100110000010001110001001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8457A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8457A6; }

 p { color: rgb(132,87,166); }

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

<style>
 a { background-color: #8457A6; }

 a { background-color: rgb(132,87,166); }

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

<style>
 span { border-color: #8457A6; }

 span { border-color: rgb(132,87,166); }

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