Html Css Color HEX #7B8189 Slate Grey

📋 copy color: '#7B8189'

red 123 ◦ green 129 ◦ blue 137

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

Shades of Slate Grey #7B8189

Tints of Slate Grey #7B8189

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.16%

 BLUE value IS 137 (53.91% from 255) = 35.22%

R = 31.62%
G = 33.16%
B = 35.22%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7B8189 (or 0x7B8189) is known color: Slate Grey. HEX triplet: 7B, 81 and 89. RGB value is (123,129,137). Sum of RGB (Red+Green+Blue) = 123+129+137=389 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.62% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 137 - color contains mainly: blue. Hex color #7B8189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8189 is #847E76. Grayscale: #808080. Windows color (decimal): -8683127 or 9011579. OLE color: 9011579.

HSL color Cylindrical-coordinate representation of color #7B8189: hue angle of 214.29º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7B8189 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 123 129 137 -
CMYK 0.10 0.06 0 0.46
HSL 214.29º 0.06% 0.51% -
HSV(B) 214.29º 0.1% 0.54% -
XYZ 20.53 21.72 26.78 -
YUV 128.12 133.01 124.35 -
System Red Green Blue C M Y K H S L
Decimal 123 129 137 0.10 0.06 0 0.46 214.29 0.06 0.51
Hex 7B 81 89 A 6 0 2E D6 6 33
Octal 173 201 211 12 6 0 56 326 6 63
Binary 1111011 10000001 10001001 1010 110 0 101110 11010110 110 110011

Color Harmonies of #7B8189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8189

Black with #7B8189

Text Example


Text Example

White with #7B8189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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