Html Css Color HEX #727C98 Slate Grey

📋 copy color: '#727C98'

red 114 ◦ green 124 ◦ blue 152

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

Shades of Slate Grey #727C98

Tints of Slate Grey #727C98

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.79%

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

R = 29.23%
G = 31.79%
B = 38.97%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#727C98 (or 0x727C98) is known color: Slate Grey. HEX triplet: 72, 7C and 98. RGB value is (114,124,152). Sum of RGB (Red+Green+Blue) = 114+124+152=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 152 - color contains mainly: blue. Hex color #727C98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727C98 is #8D8367. Grayscale: #7C7C7C. Windows color (decimal): -9274216 or 9993330. OLE color: 9993330.

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

Color convert

RGB 114 124 152 -
CMYK 0.25 0.18 0 0.40
HSL 224.21º 0.16% 0.52% -
HSV(B) 224.21º 0.25% 0.6% -
XYZ 19.81 20.26 32.57 -
YUV 124.2 143.69 120.72 -
System Red Green Blue C M Y K H S L
Decimal 114 124 152 0.25 0.18 0 0.40 224.21 0.16 0.52
Hex 72 7C 98 19 12 0 28 E0 10 34
Octal 162 174 230 31 22 0 50 340 20 64
Binary 1110010 1111100 10011000 11001 10010 0 101000 11100000 10000 110100

Color Harmonies of #727C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727C98

Black with #727C98

Text Example


Text Example

White with #727C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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