#874BA3

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

Shades of Studio #874BA3

Tints of Studio #874BA3

Color information

#874BA3 (or 0x874BA3) is unknown color: approx Studio. HEX triplet: 87, 4B and A3. RGB value is (135,75,163). Sum of RGB (Red+Green+Blue) = 135+75+163=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 163 (64.06% from 255 or 43.70% from 373); Max value from RGB is 163 - color contains mainly: blue. Hex color #874BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874BA3 is #78B45C. Grayscale: #666666. Windows color (decimal): -7910493 or 10701703. OLE color: 10701703.

HSL color Cylindrical-coordinate representation of color #874BA3: hue angle of 280.91º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #874BA3 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13575163-
CMYK0.170.5400.36
HSL280.91º36.97%46.67%-
HSV(B)280.91º53.99%63.92%-
XYZ19.1212.8336.12-
YUV102.97161.88150.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.19%
GREEN value IS 75 (29.69% from 255) = 20.11%
BLUE value IS 163 (64.06% from 255) = 43.70%
R=36.19%
G=20.11%
B=43.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal135751630.170.5400.36280.9136.9746.67
Hex874BA31136024119252f
Octal20711324321660444314557
Binary10000111100101110100011100011101100100100100011001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874BA3; }

 p { color: rgb(135,75,163); }

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

<style>
 a { background-color: #874BA3; }

 a { background-color: rgb(135,75,163); }

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

<style>
 span { border-color: #874BA3; }

 span { border-color: rgb(135,75,163); }

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