Html Css Color HEX #728093 Slate Grey

📋 copy color: '#728093'

red 114 ◦ green 128 ◦ blue 147

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

Shades of Slate Grey #728093

Tints of Slate Grey #728093

RGB

 RED value IS 114 (44.92% from 255) = 29.31%

 GREEN value IS 128 (50.39% from 255) = 32.9%

 BLUE value IS 147 (57.81% from 255) = 37.79%

R = 29.31%
G = 32.9%
B = 37.79%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#728093 (or 0x728093) is known color: Slate Grey. HEX triplet: 72, 80 and 93. RGB value is (114,128,147). Sum of RGB (Red+Green+Blue) = 114+128+147=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 147 - color contains mainly: blue. Hex color #728093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728093 is #8D7F6C. Grayscale: #7D7D7D. Windows color (decimal): -9273197 or 9666674. OLE color: 9666674.

HSL color Cylindrical-coordinate representation of color #728093: hue angle of 214.55º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #728093 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 128 147 -
CMYK 0.22 0.13 0 0.42
HSL 214.55º 0.13% 0.51% -
HSV(B) 214.55º 0.22% 0.58% -
XYZ 19.93 21.12 30.63 -
YUV 125.98 139.86 119.46 -
System Red Green Blue C M Y K H S L
Decimal 114 128 147 0.22 0.13 0 0.42 214.55 0.13 0.51
Hex 72 80 93 16 D 0 2A D7 D 33
Octal 162 200 223 26 15 0 52 327 15 63
Binary 1110010 10000000 10010011 10110 1101 0 101010 11010111 1101 110011

Color Harmonies of #728093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728093

Black with #728093

Text Example


Text Example

White with #728093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728093; }

 p { color: rgb(114,128,147); }

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

background-color css

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

 a { background-color: rgb(114,128,147); }

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

border-color css

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

 span { border-color: rgb(114,128,147); }

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