#8555AC

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

Shades of Studio #8555AC

Tints of Studio #8555AC

Color information

#8555AC (or 0x8555AC) is unknown color: approx Studio. HEX triplet: 85, 55 and AC. RGB value is (133,85,172). Sum of RGB (Red+Green+Blue) = 133+85+172=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #8555AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8555AC is #7AAA53. Grayscale: #6C6C6C. Windows color (decimal): -8038996 or 11294085. OLE color: 11294085.

HSL color Cylindrical-coordinate representation of color #8555AC: hue angle of 273.1º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8555AC is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13385172-
CMYK0.230.5100.33
HSL273.1º34.39%50.39%-
HSV(B)273.1º50.58%67.45%-
XYZ20.3714.4640.75-
YUV109.27163.4144.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.10%
GREEN value IS 85 (33.59% from 255) = 21.79%
BLUE value IS 172 (67.58% from 255) = 44.10%
R=34.10%
G=21.79%
B=44.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133851720.230.5100.33273.134.3950.39
Hex8555AC17330211112232
Octal20512525427630414214262
Binary10000101101010110101100101111100110100001100010001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8555AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8555AC; }

 p { color: rgb(133,85,172); }

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

<style>
 a { background-color: #8555AC; }

 a { background-color: rgb(133,85,172); }

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

<style>
 span { border-color: #8555AC; }

 span { border-color: rgb(133,85,172); }

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