Html Css Color HEX #727D93 Slate Grey

📋 copy color: '#727D93'

red 114 ◦ green 125 ◦ blue 147

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

Shades of Slate Grey #727D93

Tints of Slate Grey #727D93

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.38%

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

R = 29.53%
G = 32.38%
B = 38.08%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#727D93 (or 0x727D93) is known color: Slate Grey. HEX triplet: 72, 7D and 93. RGB value is (114,125,147). Sum of RGB (Red+Green+Blue) = 114+125+147=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 147 - color contains mainly: blue. Hex color #727D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727D93 is #8D826C. Grayscale: #7C7C7C. Windows color (decimal): -9273965 or 9665906. OLE color: 9665906.

HSL color Cylindrical-coordinate representation of color #727D93: hue angle of 220º 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 #727D93 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 125 147 -
CMYK 0.22 0.15 0 0.42
HSL 220º 0.13% 0.51% -
HSV(B) 220º 0.22% 0.58% -
XYZ 19.54 20.35 30.5 -
YUV 124.22 140.86 120.71 -
System Red Green Blue C M Y K H S L
Decimal 114 125 147 0.22 0.15 0 0.42 220 0.13 0.51
Hex 72 7D 93 16 F 0 2A DC D 33
Octal 162 175 223 26 17 0 52 334 15 63
Binary 1110010 1111101 10010011 10110 1111 0 101010 11011100 1101 110011

Color Harmonies of #727D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727D93

Black with #727D93

Text Example


Text Example

White with #727D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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