Html Css Color HEX #728794 Light Slate Grey

📋 copy color: '#728794'

red 114 ◦ green 135 ◦ blue 148

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

Shades of Light Slate Grey #728794

Tints of Light Slate Grey #728794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.28%

R = 28.72%
G = 34.01%
B = 37.28%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#728794 (or 0x728794) is known color: Light Slate Grey. HEX triplet: 72, 87 and 94. RGB value is (114,135,148). Sum of RGB (Red+Green+Blue) = 114+135+148=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 148 - color contains mainly: blue. Hex color #728794 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728794 is #8D786B. Grayscale: #828282. Windows color (decimal): -9271404 or 9734002. OLE color: 9734002.

HSL color Cylindrical-coordinate representation of color #728794: hue angle of 202.94º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #728794 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 135 148 -
CMYK 0.23 0.09 0 0.42
HSL 202.94º 0.14% 0.51% -
HSV(B) 202.94º 0.23% 0.58% -
XYZ 20.95 23.04 31.36 -
YUV 130.2 138.04 116.44 -
System Red Green Blue C M Y K H S L
Decimal 114 135 148 0.23 0.09 0 0.42 202.94 0.14 0.51
Hex 72 87 94 17 9 0 2A CB E 33
Octal 162 207 224 27 11 0 52 313 16 63
Binary 1110010 10000111 10010100 10111 1001 0 101010 11001011 1110 110011

Color Harmonies of #728794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728794

Black with #728794

Text Example


Text Example

White with #728794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728794; }

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

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

background-color css

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

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

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

border-color css

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

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

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