Html Css Color HEX #727E94 Slate Grey

📋 copy color: '#727E94'

red 114 ◦ green 126 ◦ blue 148

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

Shades of Slate Grey #727E94

Tints of Slate Grey #727E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.14%

R = 29.38%
G = 32.47%
B = 38.14%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#727E94 (or 0x727E94) is known color: Slate Grey. HEX triplet: 72, 7E and 94. RGB value is (114,126,148). Sum of RGB (Red+Green+Blue) = 114+126+148=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 148 (58.20% from 255 or 38.14% from 388); Max value from RGB is 148 - color contains mainly: blue. Hex color #727E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727E94 is #8D816B. Grayscale: #7C7C7C. Windows color (decimal): -9273708 or 9731698. OLE color: 9731698.

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

Color convert

RGB 114 126 148 -
CMYK 0.23 0.15 0 0.42
HSL 218.82º 0.14% 0.51% -
HSV(B) 218.82º 0.23% 0.58% -
XYZ 19.75 20.64 30.96 -
YUV 124.92 141.02 120.21 -
System Red Green Blue C M Y K H S L
Decimal 114 126 148 0.23 0.15 0 0.42 218.82 0.14 0.51
Hex 72 7E 94 17 F 0 2A DB E 33
Octal 162 176 224 27 17 0 52 333 16 63
Binary 1110010 1111110 10010100 10111 1111 0 101010 11011011 1110 110011

Color Harmonies of #727E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727E94

Black with #727E94

Text Example


Text Example

White with #727E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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