Html Css Color HEX #727F9A Slate Grey

📋 copy color: '#727F9A'

red 114 ◦ green 127 ◦ blue 154

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

Shades of Slate Grey #727F9A

Tints of Slate Grey #727F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.99%

R = 28.86%
G = 32.15%
B = 38.99%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#727F9A (or 0x727F9A) is known color: Slate Grey. HEX triplet: 72, 7F and 9A. RGB value is (114,127,154). Sum of RGB (Red+Green+Blue) = 114+127+154=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 154 - color contains mainly: blue. Hex color #727F9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727F9A is #8D8065. Grayscale: #7E7E7E. Windows color (decimal): -9273446 or 10125170. OLE color: 10125170.

HSL color Cylindrical-coordinate representation of color #727F9A: hue angle of 220.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #727F9A is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 127 154 -
CMYK 0.26 0.18 0 0.40
HSL 220.5º 0.17% 0.53% -
HSV(B) 220.5º 0.26% 0.6% -
XYZ 20.36 21.09 33.57 -
YUV 126.19 143.69 119.3 -
System Red Green Blue C M Y K H S L
Decimal 114 127 154 0.26 0.18 0 0.40 220.5 0.17 0.53
Hex 72 7F 9A 1A 12 0 28 DC 11 35
Octal 162 177 232 32 22 0 50 334 21 65
Binary 1110010 1111111 10011010 11010 10010 0 101000 11011100 10001 110101

Color Harmonies of #727F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727F9A

Black with #727F9A

Text Example


Text Example

White with #727F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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