Html Css Color HEX #7C899F Light Slate Grey

📋 copy color: '#7C899F'

red 124 ◦ green 137 ◦ blue 159

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

Shades of Light Slate Grey #7C899F

Tints of Light Slate Grey #7C899F

RGB

 RED value IS 124 (48.83% from 255) = 29.52%

 GREEN value IS 137 (53.91% from 255) = 32.62%

 BLUE value IS 159 (62.5% from 255) = 37.86%

R = 29.52%
G = 32.62%
B = 37.86%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C899F (or 0x7C899F) is known color: Light Slate Grey. HEX triplet: 7C, 89 and 9F. RGB value is (124,137,159). Sum of RGB (Red+Green+Blue) = 124+137+159=420 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.52% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C899F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C899F is #837660. Grayscale: #878787. Windows color (decimal): -8615521 or 10455420. OLE color: 10455420.

HSL color Cylindrical-coordinate representation of color #7C899F: hue angle of 217.71º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7C899F is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 124 137 159 -
CMYK 0.22 0.14 0 0.38
HSL 217.71º 0.15% 0.55% -
HSV(B) 217.71º 0.22% 0.62% -
XYZ 23.52 24.68 36.33 -
YUV 135.62 141.19 119.71 -
System Red Green Blue C M Y K H S L
Decimal 124 137 159 0.22 0.14 0 0.38 217.71 0.15 0.55
Hex 7C 89 9F 16 E 0 26 DA F 37
Octal 174 211 237 26 16 0 46 332 17 67
Binary 1111100 10001001 10011111 10110 1110 0 100110 11011010 1111 110111

Color Harmonies of #7C899F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C899F

Black with #7C899F

Text Example


Text Example

White with #7C899F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,137,159); }

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

background-color css

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

 a { background-color: rgb(124,137,159); }

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

border-color css

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

 span { border-color: rgb(124,137,159); }

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