Html Css Color HEX #874F9F Studio

📋 copy color: '#874F9F'

red 135 ◦ green 79 ◦ blue 159

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

Shades of Studio #874F9F

Tints of Studio #874F9F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.18%

 BLUE value IS 159 (62.5% from 255) = 42.63%

R = 36.19%
G = 21.18%
B = 42.63%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#874F9F (or 0x874F9F) is known color: Studio. HEX triplet: 87, 4F and 9F. RGB value is (135,79,159). Sum of RGB (Red+Green+Blue) = 135+79+159=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 159 - color contains mainly: blue. Hex color #874F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874F9F is #78B060. Grayscale: #686868. Windows color (decimal): -7909473 or 10440583. OLE color: 10440583.

HSL color Cylindrical-coordinate representation of color #874F9F: hue angle of 282º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874F9F is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 135 79 159 -
CMYK 0.15 0.50 0 0.38
HSL 282º 0.34% 0.47% -
HSV(B) 282º 0.5% 0.62% -
XYZ 19.05 13.25 34.35 -
YUV 104.86 158.55 149.5 -
System Red Green Blue C M Y K H S L
Decimal 135 79 159 0.15 0.50 0 0.38 282 0.34 0.47
Hex 87 4F 9F F 32 0 26 11A 22 2F
Octal 207 117 237 17 62 0 46 432 42 57
Binary 10000111 1001111 10011111 1111 110010 0 100110 100011010 100010 101111

Color Harmonies of #874F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874F9F

Black with #874F9F

Text Example


Text Example

White with #874F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,79,159); }

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

background-color css

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

 a { background-color: rgb(135,79,159); }

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

border-color css

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

 span { border-color: rgb(135,79,159); }

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