Html Css Color HEX #7B899F Light Slate Grey

📋 copy color: '#7B899F'

red 123 ◦ green 137 ◦ blue 159

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

Shades of Light Slate Grey #7B899F

Tints of Light Slate Grey #7B899F

RGB

 RED value IS 123 (48.44% from 255) = 29.36%

 GREEN value IS 137 (53.91% from 255) = 32.7%

 BLUE value IS 159 (62.5% from 255) = 37.95%

R = 29.36%
G = 32.7%
B = 37.95%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7B899F (or 0x7B899F) is known color: Light Slate Grey. HEX triplet: 7B, 89 and 9F. RGB value is (123,137,159). Sum of RGB (Red+Green+Blue) = 123+137+159=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 159 - color contains mainly: blue. Hex color #7B899F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B899F is #847660. Grayscale: #878787. Windows color (decimal): -8681057 or 10455419. OLE color: 10455419.

HSL color Cylindrical-coordinate representation of color #7B899F: hue angle of 216.67º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7B899F is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 123 137 159 -
CMYK 0.23 0.14 0 0.38
HSL 216.67º 0.16% 0.55% -
HSV(B) 216.67º 0.23% 0.62% -
XYZ 23.37 24.61 36.32 -
YUV 135.32 141.36 119.21 -
System Red Green Blue C M Y K H S L
Decimal 123 137 159 0.23 0.14 0 0.38 216.67 0.16 0.55
Hex 7B 89 9F 17 E 0 26 D9 10 37
Octal 173 211 237 27 16 0 46 331 20 67
Binary 1111011 10001001 10011111 10111 1110 0 100110 11011001 10000 110111

Color Harmonies of #7B899F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B899F

Black with #7B899F

Text Example


Text Example

White with #7B899F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,137,159); }

 H1.HeaderClassName
 {
   color: #7B899F;
 }
 .AnyTagClassName
 {
   color: #7B899F;
 }
</style>

background-color css

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

 a { background-color: rgb(123,137,159); }

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

border-color css

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

 span { border-color: rgb(123,137,159); }

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