#7D909B

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

Shades of Light Slate Grey #7D909B

Tints of Light Slate Grey #7D909B

Color information

#7D909B (or 0x7D909B) is unknown color: approx Light Slate Grey. HEX triplet: 7D, 90 and 9B. RGB value is (125,144,155). Sum of RGB (Red+Green+Blue) = 125+144+155=424 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.48% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D909B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D909B is #826F64. Grayscale: #8B8B8B. Windows color (decimal): -8548197 or 10195069. OLE color: 10195069.

HSL color Cylindrical-coordinate representation of color #7D909B: hue angle of 202º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7D909B is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB125144155-
CMYK0.190.0700.39
HSL202º13.04%54.9%-
HSV(B)202º19.35%60.78%-
XYZ24.3526.6734.88-
YUV139.57136.71117.61-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.48%
GREEN value IS 144 (56.64% from 255) = 33.96%
BLUE value IS 155 (60.94% from 255) = 36.56%
R=29.48%
G=33.96%
B=36.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1251441550.190.0700.3920213.0454.9
Hex7D909B137027cad37
Octal1752202332370473121567
Binary11111011001000010011011100111110100111110010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,144,155); }

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

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

 a { background-color: rgb(125,144,155); }

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

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

 span { border-color: rgb(125,144,155); }

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