Html Css Color HEX #727B98 Slate Grey

📋 copy color: '#727B98'

red 114 ◦ green 123 ◦ blue 152

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

Shades of Slate Grey #727B98

Tints of Slate Grey #727B98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 39.07%

R = 29.31%
G = 31.62%
B = 39.07%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#727B98 (or 0x727B98) is known color: Slate Grey. HEX triplet: 72, 7B and 98. RGB value is (114,123,152). Sum of RGB (Red+Green+Blue) = 114+123+152=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 152 - color contains mainly: blue. Hex color #727B98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727B98 is #8D8467. Grayscale: #7B7B7B. Windows color (decimal): -9274472 or 9993074. OLE color: 9993074.

HSL color Cylindrical-coordinate representation of color #727B98: hue angle of 225.79º 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 #727B98 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 123 152 -
CMYK 0.25 0.19 0 0.40
HSL 225.79º 0.16% 0.52% -
HSV(B) 225.79º 0.25% 0.6% -
XYZ 19.69 20.01 32.53 -
YUV 123.62 144.02 121.14 -
System Red Green Blue C M Y K H S L
Decimal 114 123 152 0.25 0.19 0 0.40 225.79 0.16 0.52
Hex 72 7B 98 19 13 0 28 E2 10 34
Octal 162 173 230 31 23 0 50 342 20 64
Binary 1110010 1111011 10011000 11001 10011 0 101000 11100010 10000 110100

Color Harmonies of #727B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727B98

Black with #727B98

Text Example


Text Example

White with #727B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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