#7B848E

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

Shades of Slate Grey #7B848E

Tints of Slate Grey #7B848E

Color information

#7B848E (or 0x7B848E) is unknown color: approx Slate Grey. HEX triplet: 7B, 84 and 8E. RGB value is (123,132,142). Sum of RGB (Red+Green+Blue) = 123+132+142=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 142 - color contains mainly: blue. Hex color #7B848E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B848E is #847B71. Grayscale: #828282. Windows color (decimal): -8682354 or 9340027. OLE color: 9340027.

HSL color Cylindrical-coordinate representation of color #7B848E: hue angle of 211.58º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7B848E is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB123132142-
CMYK0.130.0700.44
HSL211.58º7.76%51.96%-
HSV(B)211.58º13.38%55.69%-
XYZ21.322.6728.84-
YUV130.45134.52122.69-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.98%
GREEN value IS 132 (51.95% from 255) = 33.25%
BLUE value IS 142 (55.86% from 255) = 35.77%
R=30.98%
G=33.25%
B=35.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1231321420.130.0700.44211.587.7651.96
Hex7B848ED702Cd4834
Octal1732042161570543241064
Binary1111011100001001000111011011110101100110101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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