#873FAD

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

Shades of Studio #873FAD

Tints of Studio #873FAD

Color information

#873FAD (or 0x873FAD) is unknown color: approx Studio. HEX triplet: 87, 3F and AD. RGB value is (135,63,173). Sum of RGB (Red+Green+Blue) = 135+63+173=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #873FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873FAD is #78C052. Grayscale: #606060. Windows color (decimal): -7913555 or 11353991. OLE color: 11353991.

HSL color Cylindrical-coordinate representation of color #873FAD: hue angle of 279.27º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873FAD is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13563173-
CMYK0.220.6400.32
HSL279.27º46.61%46.27%-
HSV(B)279.27º63.58%67.84%-
XYZ19.3111.7240.78-
YUV97.07170.85155.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.39%
GREEN value IS 63 (25% from 255) = 16.98%
BLUE value IS 173 (67.97% from 255) = 46.63%
R=36.39%
G=16.98%
B=46.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal135631730.220.6400.32279.2746.6146.27
Hex873FAD16400201172f2e
Octal20777255261000404275756
Binary10000111111111101011011011010000000100000100010111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873FAD; }

 p { color: rgb(135,63,173); }

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

<style>
 a { background-color: #873FAD; }

 a { background-color: rgb(135,63,173); }

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

<style>
 span { border-color: #873FAD; }

 span { border-color: rgb(135,63,173); }

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