Html Css Color HEX #874CA2 Studio

📋 copy color: '#874CA2'

red 135 ◦ green 76 ◦ blue 162

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

Shades of Studio #874CA2

Tints of Studio #874CA2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.38%

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

R = 36.19%
G = 20.38%
B = 43.43%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#874CA2 (or 0x874CA2) is known color: Studio. HEX triplet: 87, 4C and A2. RGB value is (135,76,162). Sum of RGB (Red+Green+Blue) = 135+76+162=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 162 (63.67% from 255 or 43.43% from 373); Max value from RGB is 162 - color contains mainly: blue. Hex color #874CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874CA2 is #78B35D. Grayscale: #676767. Windows color (decimal): -7910238 or 10636423. OLE color: 10636423.

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

Color convert

RGB 135 76 162 -
CMYK 0.17 0.53 0 0.36
HSL 281.16º 0.36% 0.47% -
HSV(B) 281.16º 0.53% 0.64% -
XYZ 19.1 12.93 35.67 -
YUV 103.45 161.05 150.51 -
System Red Green Blue C M Y K H S L
Decimal 135 76 162 0.17 0.53 0 0.36 281.16 0.36 0.47
Hex 87 4C A2 11 35 0 24 119 24 2F
Octal 207 114 242 21 65 0 44 431 44 57
Binary 10000111 1001100 10100010 10001 110101 0 100100 100011001 100100 101111

Color Harmonies of #874CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874CA2

Black with #874CA2

Text Example


Text Example

White with #874CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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