#788299

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

Shades of Light Slate Grey #788299

Tints of Light Slate Grey #788299

Color information

#788299 (or 0x788299) is unknown color: approx Light Slate Grey. HEX triplet: 78, 82 and 99. RGB value is (120,130,153). Sum of RGB (Red+Green+Blue) = 120+130+153=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 153 - color contains mainly: blue. Hex color #788299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788299 is #877D66. Grayscale: #818181. Windows color (decimal): -8879463 or 10060408. OLE color: 10060408.

HSL color Cylindrical-coordinate representation of color #788299: hue angle of 221.82º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #788299 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB120130153-
CMYK0.220.1500.4
HSL221.82º13.92%53.53%-
HSV(B)221.82º21.57%60%-
XYZ21.4822.2633.3-
YUV129.63141.19121.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.78%
GREEN value IS 130 (51.17% from 255) = 32.26%
BLUE value IS 153 (60.16% from 255) = 37.97%
R=29.78%
G=32.26%
B=37.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1201301530.220.1500.4221.8213.9253.53
Hex78829916F028dee36
Octal17020223126170503361666
Binary111100010000010100110011011011110101000110111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788299; }

 p { color: rgb(120,130,153); }

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

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

 a { background-color: rgb(120,130,153); }

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

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

 span { border-color: rgb(120,130,153); }

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