Html Css Color HEX #728597 Light Slate Grey

📋 copy color: '#728597'

red 114 ◦ green 133 ◦ blue 151

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

Shades of Light Slate Grey #728597

Tints of Light Slate Grey #728597

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.42%

 BLUE value IS 151 (59.38% from 255) = 37.94%

R = 28.64%
G = 33.42%
B = 37.94%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#728597 (or 0x728597) is known color: Light Slate Grey. HEX triplet: 72, 85 and 97. RGB value is (114,133,151). Sum of RGB (Red+Green+Blue) = 114+133+151=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 151 - color contains mainly: blue. Hex color #728597 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728597 is #8D7A68. Grayscale: #818181. Windows color (decimal): -9271913 or 9930098. OLE color: 9930098.

HSL color Cylindrical-coordinate representation of color #728597: hue angle of 209.19º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #728597 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 133 151 -
CMYK 0.25 0.12 0 0.41
HSL 209.19º 0.15% 0.52% -
HSV(B) 209.19º 0.25% 0.59% -
XYZ 20.91 22.59 32.54 -
YUV 129.37 140.21 117.04 -
System Red Green Blue C M Y K H S L
Decimal 114 133 151 0.25 0.12 0 0.41 209.19 0.15 0.52
Hex 72 85 97 19 C 0 29 D1 F 34
Octal 162 205 227 31 14 0 51 321 17 64
Binary 1110010 10000101 10010111 11001 1100 0 101001 11010001 1111 110100

Color Harmonies of #728597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728597

Black with #728597

Text Example


Text Example

White with #728597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728597; }

 p { color: rgb(114,133,151); }

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

background-color css

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

 a { background-color: rgb(114,133,151); }

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

border-color css

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

 span { border-color: rgb(114,133,151); }

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