Html Css Color HEX #874BA2 Studio

📋 copy color: '#874BA2'

red 135 ◦ green 75 ◦ blue 162

#874BA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #874BA2

Tints of Studio #874BA2

RGB

 RED value IS 135 (53.13% from 255) = 36.29%

 GREEN value IS 75 (29.69% from 255) = 20.16%

 BLUE value IS 162 (63.67% from 255) = 43.55%

R = 36.29%
G = 20.16%
B = 43.55%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#874BA2 (or 0x874BA2) is known color: Studio. HEX triplet: 87, 4B and A2. RGB value is (135,75,162). Sum of RGB (Red+Green+Blue) = 135+75+162=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 162 (63.67% from 255 or 43.55% from 372); Max value from RGB is 162 - color contains mainly: blue. Hex color #874BA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874BA2 is #78B45D. Grayscale: #666666. Windows color (decimal): -7910494 or 10636167. OLE color: 10636167.

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

Color convert

RGB 135 75 162 -
CMYK 0.17 0.54 0 0.36
HSL 281.38º 0.37% 0.46% -
HSV(B) 281.38º 0.54% 0.64% -
XYZ 19.03 12.79 35.65 -
YUV 102.86 161.38 150.93 -
System Red Green Blue C M Y K H S L
Decimal 135 75 162 0.17 0.54 0 0.36 281.38 0.37 0.46
Hex 87 4B A2 11 36 0 24 119 25 2E
Octal 207 113 242 21 66 0 44 431 45 56
Binary 10000111 1001011 10100010 10001 110110 0 100100 100011001 100101 101110

Color Harmonies of #874BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874BA2

Black with #874BA2

Text Example


Text Example

White with #874BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #874BA2;
 }
 .AnyTagClassName
 {
   color: #874BA2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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