#728795

Color #728795 Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #728795

Tints of Light Slate Grey #728795

Color information

#728795 (or 0x728795) is unknown color: approx Light Slate Grey. HEX triplet: 72, 87 and 95. RGB value is (114,135,149). Sum of RGB (Red+Green+Blue) = 114+135+149=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 149 - color contains mainly: blue. Hex color #728795 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728795 is #8D786A. Grayscale: #828282. Windows color (decimal): -9271403 or 9799538. OLE color: 9799538.

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

Color convert

RGB114135149-
CMYK0.230.0900.42
HSL204º14.17%51.57%-
HSV(B)204º23.49%58.43%-
XYZ21.0323.0831.78-
YUV130.32138.54116.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.64%
GREEN value IS 135 (53.12% from 255) = 33.92%
BLUE value IS 149 (58.59% from 255) = 37.44%
R=28.64%
G=33.92%
B=37.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141351490.230.0900.4220414.1751.57
Hex72879517902Acce34
Octal16220722527110523141664
Binary111001010000111100101011011110010101010110011001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728795; }

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

 H1.HeaderClassName
 {
   color: #728795;
 }
 .AnyTagClassName
 {
   color: #728795;
 }
</style>
background-color css

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

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

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

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

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

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