Html Css Color HEX #728798 Light Slate Grey

📋 copy color: '#728798'

red 114 ◦ green 135 ◦ blue 152

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

Shades of Light Slate Grey #728798

Tints of Light Slate Grey #728798

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.67%

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

R = 28.43%
G = 33.67%
B = 37.91%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#728798 (or 0x728798) is known color: Light Slate Grey. HEX triplet: 72, 87 and 98. RGB value is (114,135,152). Sum of RGB (Red+Green+Blue) = 114+135+152=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 152 - color contains mainly: blue. Hex color #728798 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728798 is #8D7867. Grayscale: #828282. Windows color (decimal): -9271400 or 9996146. OLE color: 9996146.

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

Color convert

RGB 114 135 152 -
CMYK 0.25 0.11 0 0.40
HSL 206.84º 0.16% 0.52% -
HSV(B) 206.84º 0.25% 0.6% -
XYZ 21.27 23.17 33.06 -
YUV 130.66 140.04 116.12 -
System Red Green Blue C M Y K H S L
Decimal 114 135 152 0.25 0.11 0 0.40 206.84 0.16 0.52
Hex 72 87 98 19 B 0 28 CF 10 34
Octal 162 207 230 31 13 0 50 317 20 64
Binary 1110010 10000111 10011000 11001 1011 0 101000 11001111 10000 110100

Color Harmonies of #728798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728798

Black with #728798

Text Example


Text Example

White with #728798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728798; }

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

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

background-color css

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

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

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

border-color css

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

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

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