Html Css Color HEX #727E99 Slate Grey

📋 copy color: '#727E99'

red 114 ◦ green 126 ◦ blue 153

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

Shades of Slate Grey #727E99

Tints of Slate Grey #727E99

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.06%

 BLUE value IS 153 (60.16% from 255) = 38.93%

R = 29.01%
G = 32.06%
B = 38.93%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#727E99 (or 0x727E99) is known color: Slate Grey. HEX triplet: 72, 7E and 99. RGB value is (114,126,153). Sum of RGB (Red+Green+Blue) = 114+126+153=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 153 - color contains mainly: blue. Hex color #727E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727E99 is #8D8166. Grayscale: #7D7D7D. Windows color (decimal): -9273703 or 10059378. OLE color: 10059378.

HSL color Cylindrical-coordinate representation of color #727E99: hue angle of 221.54º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #727E99 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 114 126 153 -
CMYK 0.25 0.18 0 0.4
HSL 221.54º 0.16% 0.52% -
HSV(B) 221.54º 0.25% 0.6% -
XYZ 20.15 20.8 33.09 -
YUV 125.49 143.52 119.8 -
System Red Green Blue C M Y K H S L
Decimal 114 126 153 0.25 0.18 0 0.4 221.54 0.16 0.52
Hex 72 7E 99 19 12 0 28 DE 10 34
Octal 162 176 231 31 22 0 50 336 20 64
Binary 1110010 1111110 10011001 11001 10010 0 101000 11011110 10000 110100

Color Harmonies of #727E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727E99

Black with #727E99

Text Example


Text Example

White with #727E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,126,153); }

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

background-color css

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

 a { background-color: rgb(114,126,153); }

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

border-color css

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

 span { border-color: rgb(114,126,153); }

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