Html Css Color HEX #73838F Slate Grey

📋 copy color: '#73838F'

red 115 ◦ green 131 ◦ blue 143

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

Shades of Slate Grey #73838F

Tints of Slate Grey #73838F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.68%

 BLUE value IS 143 (56.25% from 255) = 36.76%

R = 29.56%
G = 33.68%
B = 36.76%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#73838F (or 0x73838F) is known color: Slate Grey. HEX triplet: 73, 83 and 8F. RGB value is (115,131,143). Sum of RGB (Red+Green+Blue) = 115+131+143=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 143 - color contains mainly: blue. Hex color #73838F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73838F is #8C7C70. Grayscale: #7F7F7F. Windows color (decimal): -9206897 or 9405299. OLE color: 9405299.

HSL color Cylindrical-coordinate representation of color #73838F: hue angle of 205.71º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #73838F is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 131 143 -
CMYK 0.20 0.08 0 0.44
HSL 205.71º 0.11% 0.51% -
HSV(B) 205.71º 0.2% 0.56% -
XYZ 20.14 21.86 29.14 -
YUV 127.58 136.7 119.02 -
System Red Green Blue C M Y K H S L
Decimal 115 131 143 0.20 0.08 0 0.44 205.71 0.11 0.51
Hex 73 83 8F 14 8 0 2C CE B 33
Octal 163 203 217 24 10 0 54 316 13 63
Binary 1110011 10000011 10001111 10100 1000 0 101100 11001110 1011 110011

Color Harmonies of #73838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73838F

Black with #73838F

Text Example


Text Example

White with #73838F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73838F; }

 p { color: rgb(115,131,143); }

 H1.HeaderClassName
 {
   color: #73838F;
 }
 .AnyTagClassName
 {
   color: #73838F;
 }
</style>

background-color css

<style>
 a { background-color: #73838F; }

 a { background-color: rgb(115,131,143); }

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

border-color css

<style>
 span { border-color: #73838F; }

 span { border-color: rgb(115,131,143); }

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