#8755A4

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

Shades of Studio #8755A4

Tints of Studio #8755A4

Color information

#8755A4 (or 0x8755A4) is unknown color: approx Studio. HEX triplet: 87, 55 and A4. RGB value is (135,85,164). Sum of RGB (Red+Green+Blue) = 135+85+164=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 164 (64.45% from 255 or 42.71% from 384); Max value from RGB is 164 - color contains mainly: blue. Hex color #8755A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8755A4 is #78AA5B. Grayscale: #6C6C6C. Windows color (decimal): -7907932 or 10769799. OLE color: 10769799.

HSL color Cylindrical-coordinate representation of color #8755A4: hue angle of 277.97º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8755A4 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13585164-
CMYK0.180.4800.36
HSL277.97º31.73%48.82%-
HSV(B)277.97º48.17%64.31%-
XYZ19.9414.3336.84-
YUV108.96159.06146.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.16%
GREEN value IS 85 (33.59% from 255) = 22.14%
BLUE value IS 164 (64.45% from 255) = 42.71%
R=35.16%
G=22.14%
B=42.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal135851640.180.4800.36277.9731.7348.82
Hex8755A412300241162031
Octal20712524422600444264061
Binary10000111101010110100100100101100000100100100010110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8755A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8755A4; }

 p { color: rgb(135,85,164); }

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

<style>
 a { background-color: #8755A4; }

 a { background-color: rgb(135,85,164); }

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

<style>
 span { border-color: #8755A4; }

 span { border-color: rgb(135,85,164); }

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