Html Css Color HEX #727B94 Slate Grey

📋 copy color: '#727B94'

red 114 ◦ green 123 ◦ blue 148

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

Shades of Slate Grey #727B94

Tints of Slate Grey #727B94

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.95%

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

R = 29.61%
G = 31.95%
B = 38.44%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#727B94 (or 0x727B94) is known color: Slate Grey. HEX triplet: 72, 7B and 94. RGB value is (114,123,148). Sum of RGB (Red+Green+Blue) = 114+123+148=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 148 - color contains mainly: blue. Hex color #727B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727B94 is #8D846B. Grayscale: #7B7B7B. Windows color (decimal): -9274476 or 9730930. OLE color: 9730930.

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

Color convert

RGB 114 123 148 -
CMYK 0.23 0.17 0 0.42
HSL 224.12º 0.14% 0.51% -
HSV(B) 224.12º 0.23% 0.58% -
XYZ 19.37 19.88 30.83 -
YUV 123.16 142.02 121.47 -
System Red Green Blue C M Y K H S L
Decimal 114 123 148 0.23 0.17 0 0.42 224.12 0.14 0.51
Hex 72 7B 94 17 11 0 2A E0 E 33
Octal 162 173 224 27 21 0 52 340 16 63
Binary 1110010 1111011 10010100 10111 10001 0 101010 11100000 1110 110011

Color Harmonies of #727B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727B94

Black with #727B94

Text Example


Text Example

White with #727B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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