#7D8A94

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

Shades of Light Slate Grey #7D8A94

Tints of Light Slate Grey #7D8A94

Color information

#7D8A94 (or 0x7D8A94) is unknown color: approx Light Slate Grey. HEX triplet: 7D, 8A and 94. RGB value is (125,138,148). Sum of RGB (Red+Green+Blue) = 125+138+148=411 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.41% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 148 - color contains mainly: blue. Hex color #7D8A94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8A94 is #82756B. Grayscale: #878787. Windows color (decimal): -8549740 or 9734781. OLE color: 9734781.

HSL color Cylindrical-coordinate representation of color #7D8A94: hue angle of 206.09º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7D8A94 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB125138148-
CMYK0.160.0700.42
HSL206.09º9.7%53.53%-
HSV(B)206.09º15.54%58.04%-
XYZ22.8924.6831.57-
YUV135.25135.19120.69-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.41%
GREEN value IS 138 (54.30% from 255) = 33.58%
BLUE value IS 148 (58.20% from 255) = 36.01%
R=30.41%
G=33.58%
B=36.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1251381480.160.0700.42206.099.753.53
Hex7D8A9410702Acea36
Octal1752122242070523161266
Binary11111011000101010010100100001110101010110011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D8A94; }

 p { color: rgb(125,138,148); }

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

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

 a { background-color: rgb(125,138,148); }

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

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

 span { border-color: rgb(125,138,148); }

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