Html Css Color HEX #7B8496 Light Slate Grey

📋 copy color: '#7B8496'

red 123 ◦ green 132 ◦ blue 150

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

Shades of Light Slate Grey #7B8496

Tints of Light Slate Grey #7B8496

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.59%

 BLUE value IS 150 (58.98% from 255) = 37.04%

R = 30.37%
G = 32.59%
B = 37.04%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7B8496 (or 0x7B8496) is known color: Light Slate Grey. HEX triplet: 7B, 84 and 96. RGB value is (123,132,150). Sum of RGB (Red+Green+Blue) = 123+132+150=405 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.37% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 150 - color contains mainly: blue. Hex color #7B8496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8496 is #847B69. Grayscale: #838383. Windows color (decimal): -8682346 or 9864315. OLE color: 9864315.

HSL color Cylindrical-coordinate representation of color #7B8496: hue angle of 220º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7B8496 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 123 132 150 -
CMYK 0.18 0.12 0 0.41
HSL 220º 0.11% 0.54% -
HSV(B) 220º 0.18% 0.59% -
XYZ 21.92 22.92 32.12 -
YUV 131.36 138.52 122.04 -
System Red Green Blue C M Y K H S L
Decimal 123 132 150 0.18 0.12 0 0.41 220 0.11 0.54
Hex 7B 84 96 12 C 0 29 DC B 36
Octal 173 204 226 22 14 0 51 334 13 66
Binary 1111011 10000100 10010110 10010 1100 0 101001 11011100 1011 110110

Color Harmonies of #7B8496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8496

Black with #7B8496

Text Example


Text Example

White with #7B8496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,132,150); }

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

background-color css

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

 a { background-color: rgb(123,132,150); }

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

border-color css

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

 span { border-color: rgb(123,132,150); }

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