Html Css Color HEX #873FAC Studio

📋 copy color: '#873FAC'

red 135 ◦ green 63 ◦ blue 172

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

Shades of Studio #873FAC

Tints of Studio #873FAC

RGB

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

 GREEN value IS 63 (25% from 255) = 17.03%

 BLUE value IS 172 (67.58% from 255) = 46.49%

R = 36.49%
G = 17.03%
B = 46.49%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#873FAC (or 0x873FAC) is known color: Studio. HEX triplet: 87, 3F and AC. RGB value is (135,63,172). Sum of RGB (Red+Green+Blue) = 135+63+172=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #873FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873FAC is #78C053. Grayscale: #606060. Windows color (decimal): -7913556 or 11288455. OLE color: 11288455.

HSL color Cylindrical-coordinate representation of color #873FAC: hue angle of 279.63º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #873FAC is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 63 172 -
CMYK 0.22 0.63 0 0.33
HSL 279.63º 0.46% 0.46% -
HSV(B) 279.63º 0.63% 0.67% -
XYZ 19.22 11.68 40.27 -
YUV 96.95 170.35 155.14 -
System Red Green Blue C M Y K H S L
Decimal 135 63 172 0.22 0.63 0 0.33 279.63 0.46 0.46
Hex 87 3F AC 16 3F 0 21 118 2E 2E
Octal 207 77 254 26 77 0 41 430 56 56
Binary 10000111 111111 10101100 10110 111111 0 100001 100011000 101110 101110

Color Harmonies of #873FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873FAC

Black with #873FAC

Text Example


Text Example

White with #873FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #873FAC;
 }
 .AnyTagClassName
 {
   color: #873FAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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