#8757A6

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

Shades of Studio #8757A6

Tints of Studio #8757A6

Color information

#8757A6 (or 0x8757A6) is unknown color: approx Studio. HEX triplet: 87, 57 and A6. RGB value is (135,87,166). Sum of RGB (Red+Green+Blue) = 135+87+166=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 166 (65.23% from 255 or 42.78% from 388); Max value from RGB is 166 - color contains mainly: blue. Hex color #8757A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8757A6 is #78A859. Grayscale: #6E6E6E. Windows color (decimal): -7907418 or 10901383. OLE color: 10901383.

HSL color Cylindrical-coordinate representation of color #8757A6: hue angle of 276.46º 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 #8757A6 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13587166-
CMYK0.190.4800.35
HSL276.46º31.23%49.61%-
HSV(B)276.46º47.59%65.1%-
XYZ20.2814.7237.85-
YUV110.36159.4145.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.79%
GREEN value IS 87 (34.38% from 255) = 22.42%
BLUE value IS 166 (65.23% from 255) = 42.78%
R=34.79%
G=22.42%
B=42.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal135871660.190.4800.35276.4631.2349.61
Hex8757A613300231141f32
Octal20712724623600434243762
Binary1000011110101111010011010011110000010001110001010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8757A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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