Html Css Color HEX #728499 Light Slate Grey

📋 copy color: '#728499'

red 114 ◦ green 132 ◦ blue 153

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

Shades of Light Slate Grey #728499

Tints of Light Slate Grey #728499

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.08%

 BLUE value IS 153 (60.16% from 255) = 38.35%

R = 28.57%
G = 33.08%
B = 38.35%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#728499 (or 0x728499) is known color: Light Slate Grey. HEX triplet: 72, 84 and 99. RGB value is (114,132,153). Sum of RGB (Red+Green+Blue) = 114+132+153=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 153 - color contains mainly: blue. Hex color #728499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728499 is #8D7B66. Grayscale: #808080. Windows color (decimal): -9272167 or 10060914. OLE color: 10060914.

HSL color Cylindrical-coordinate representation of color #728499: hue angle of 212.31º 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 #728499 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 114 132 153 -
CMYK 0.25 0.14 0 0.4
HSL 212.31º 0.16% 0.52% -
HSV(B) 212.31º 0.25% 0.6% -
XYZ 20.94 22.38 33.35 -
YUV 129.01 141.54 117.29 -
System Red Green Blue C M Y K H S L
Decimal 114 132 153 0.25 0.14 0 0.4 212.31 0.16 0.52
Hex 72 84 99 19 E 0 28 D4 10 34
Octal 162 204 231 31 16 0 50 324 20 64
Binary 1110010 10000100 10011001 11001 1110 0 101000 11010100 10000 110100

Color Harmonies of #728499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728499

Black with #728499

Text Example


Text Example

White with #728499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728499; }

 p { color: rgb(114,132,153); }

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

background-color css

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

 a { background-color: rgb(114,132,153); }

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

border-color css

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

 span { border-color: rgb(114,132,153); }

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