Html Css Color HEX #7D909B Light Slate Grey

📋 copy color: '#7D909B'

red 125 ◦ green 144 ◦ blue 155

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

Shades of Light Slate Grey #7D909B

Tints of Light Slate Grey #7D909B

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 value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D909B (or 0x7D909B) is known color: 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

RGB 125 144 155 -
CMYK 0.19 0.07 0 0.39
HSL 202º 0.13% 0.55% -
HSV(B) 202º 0.19% 0.61% -
XYZ 24.35 26.67 34.88 -
YUV 139.57 136.71 117.61 -
System Red Green Blue C M Y K H S L
Decimal 125 144 155 0.19 0.07 0 0.39 202 0.13 0.55
Hex 7D 90 9B 13 7 0 27 CA D 37
Octal 175 220 233 23 7 0 47 312 15 67
Binary 1111101 10010000 10011011 10011 111 0 100111 11001010 1101 110111

Color Harmonies of #7D909B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D909B

Black with #7D909B

Text Example


Text Example

White with #7D909B

Text Example


Text Example

HTML Codes & Css Web 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>