Html Css Color HEX #7B8898 Light Slate Grey

📋 copy color: '#7B8898'

red 123 ◦ green 136 ◦ blue 152

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

Shades of Light Slate Grey #7B8898

Tints of Light Slate Grey #7B8898

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.09%

 BLUE value IS 152 (59.77% from 255) = 36.98%

R = 29.93%
G = 33.09%
B = 36.98%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7B8898 (or 0x7B8898) is known color: Light Slate Grey. HEX triplet: 7B, 88 and 98. RGB value is (123,136,152). Sum of RGB (Red+Green+Blue) = 123+136+152=411 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.93% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 152 - color contains mainly: blue. Hex color #7B8898 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8898 is #847767. Grayscale: #858585. Windows color (decimal): -8681320 or 9996411. OLE color: 9996411.

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

Color convert

RGB 123 136 152 -
CMYK 0.19 0.11 0 0.40
HSL 213.1º 0.12% 0.54% -
HSV(B) 213.1º 0.19% 0.6% -
XYZ 22.64 24.09 33.16 -
YUV 133.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 123 136 152 0.19 0.11 0 0.40 213.1 0.12 0.54
Hex 7B 88 98 13 B 0 28 D5 C 36
Octal 173 210 230 23 13 0 50 325 14 66
Binary 1111011 10001000 10011000 10011 1011 0 101000 11010101 1100 110110

Color Harmonies of #7B8898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8898

Black with #7B8898

Text Example


Text Example

White with #7B8898

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,136,152); }

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

background-color css

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

 a { background-color: rgb(123,136,152); }

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

border-color css

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

 span { border-color: rgb(123,136,152); }

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