Html Css Color HEX #727F95 Slate Grey

📋 copy color: '#727F95'

red 114 ◦ green 127 ◦ blue 149

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

Shades of Slate Grey #727F95

Tints of Slate Grey #727F95

RGB

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

 GREEN value IS 127 (50% from 255) = 32.56%

 BLUE value IS 149 (58.59% from 255) = 38.21%

R = 29.23%
G = 32.56%
B = 38.21%

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

#727F95 (or 0x727F95) is known color: Slate Grey. HEX triplet: 72, 7F and 95. RGB value is (114,127,149). Sum of RGB (Red+Green+Blue) = 114+127+149=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 149 - color contains mainly: blue. Hex color #727F95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727F95 is #8D806A. Grayscale: #7D7D7D. Windows color (decimal): -9273451 or 9797490. OLE color: 9797490.

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

Color convert

RGB 114 127 149 -
CMYK 0.23 0.15 0 0.42
HSL 217.71º 0.14% 0.52% -
HSV(B) 217.71º 0.23% 0.58% -
XYZ 19.95 20.93 31.42 -
YUV 125.62 141.19 119.71 -
System Red Green Blue C M Y K H S L
Decimal 114 127 149 0.23 0.15 0 0.42 217.71 0.14 0.52
Hex 72 7F 95 17 F 0 2A DA E 34
Octal 162 177 225 27 17 0 52 332 16 64
Binary 1110010 1111111 10010101 10111 1111 0 101010 11011010 1110 110100

Color Harmonies of #727F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727F95

Black with #727F95

Text Example


Text Example

White with #727F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,127,149); }

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

background-color css

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

 a { background-color: rgb(114,127,149); }

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

border-color css

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

 span { border-color: rgb(114,127,149); }

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