Html Css Color HEX #7B8C99 Light Slate Grey

📋 copy color: '#7B8C99'

red 123 ◦ green 140 ◦ blue 153

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

Shades of Light Slate Grey #7B8C99

Tints of Light Slate Grey #7B8C99

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.65%

 BLUE value IS 153 (60.16% from 255) = 36.78%

R = 29.57%
G = 33.65%
B = 36.78%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7B8C99 (or 0x7B8C99) is known color: Light Slate Grey. HEX triplet: 7B, 8C and 99. RGB value is (123,140,153). Sum of RGB (Red+Green+Blue) = 123+140+153=416 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.57% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 153 - color contains mainly: blue. Hex color #7B8C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8C99 is #847366. Grayscale: #888888. Windows color (decimal): -8680295 or 10062971. OLE color: 10062971.

HSL color Cylindrical-coordinate representation of color #7B8C99: hue angle of 206º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7B8C99 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 123 140 153 -
CMYK 0.20 0.08 0 0.4
HSL 206º 0.13% 0.54% -
HSV(B) 206º 0.2% 0.6% -
XYZ 23.3 25.27 33.79 -
YUV 136.4 137.37 118.44 -
System Red Green Blue C M Y K H S L
Decimal 123 140 153 0.20 0.08 0 0.4 206 0.13 0.54
Hex 7B 8C 99 14 8 0 28 CE D 36
Octal 173 214 231 24 10 0 50 316 15 66
Binary 1111011 10001100 10011001 10100 1000 0 101000 11001110 1101 110110

Color Harmonies of #7B8C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8C99

Black with #7B8C99

Text Example


Text Example

White with #7B8C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,140,153); }

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

background-color css

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

 a { background-color: rgb(123,140,153); }

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

border-color css

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

 span { border-color: rgb(123,140,153); }

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