Html Css Color HEX #73818E Slate Grey

📋 copy color: '#73818E'

red 115 ◦ green 129 ◦ blue 142

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

Shades of Slate Grey #73818E

Tints of Slate Grey #73818E

RGB

 RED value IS 115 (45.31% from 255) = 29.79%

 GREEN value IS 129 (50.78% from 255) = 33.42%

 BLUE value IS 142 (55.86% from 255) = 36.79%

R = 29.79%
G = 33.42%
B = 36.79%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#73818E (or 0x73818E) is known color: Slate Grey. HEX triplet: 73, 81 and 8E. RGB value is (115,129,142). Sum of RGB (Red+Green+Blue) = 115+129+142=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 142 - color contains mainly: blue. Hex color #73818E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73818E is #8C7E71. Grayscale: #7E7E7E. Windows color (decimal): -9207410 or 9339251. OLE color: 9339251.

HSL color Cylindrical-coordinate representation of color #73818E: hue angle of 208.89º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #73818E is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 129 142 -
CMYK 0.19 0.09 0 0.44
HSL 208.89º 0.11% 0.5% -
HSV(B) 208.89º 0.19% 0.56% -
XYZ 19.8 21.3 28.66 -
YUV 126.3 136.86 119.94 -
System Red Green Blue C M Y K H S L
Decimal 115 129 142 0.19 0.09 0 0.44 208.89 0.11 0.5
Hex 73 81 8E 13 9 0 2C D1 B 32
Octal 163 201 216 23 11 0 54 321 13 62
Binary 1110011 10000001 10001110 10011 1001 0 101100 11010001 1011 110010

Color Harmonies of #73818E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73818E

Black with #73818E

Text Example


Text Example

White with #73818E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73818E; }

 p { color: rgb(115,129,142); }

 H1.HeaderClassName
 {
   color: #73818E;
 }
 .AnyTagClassName
 {
   color: #73818E;
 }
</style>

background-color css

<style>
 a { background-color: #73818E; }

 a { background-color: rgb(115,129,142); }

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

border-color css

<style>
 span { border-color: #73818E; }

 span { border-color: rgb(115,129,142); }

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