Html Css Color HEX #7C838F Light Slate Grey

📋 copy color: '#7C838F'

red 124 ◦ green 131 ◦ blue 143

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

Shades of Light Slate Grey #7C838F

Tints of Light Slate Grey #7C838F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.91%

 BLUE value IS 143 (56.25% from 255) = 35.93%

R = 31.16%
G = 32.91%
B = 35.93%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7C838F (or 0x7C838F) is known color: Light Slate Grey. HEX triplet: 7C, 83 and 8F. RGB value is (124,131,143). Sum of RGB (Red+Green+Blue) = 124+131+143=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 143 - color contains mainly: blue. Hex color #7C838F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C838F is #837C70. Grayscale: #828282. Windows color (decimal): -8617073 or 9405308. OLE color: 9405308.

HSL color Cylindrical-coordinate representation of color #7C838F: hue angle of 217.89º 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 #7C838F is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 124 131 143 -
CMYK 0.13 0.08 0 0.44
HSL 217.89º 0.08% 0.52% -
HSV(B) 217.89º 0.13% 0.56% -
XYZ 21.39 22.5 29.2 -
YUV 130.28 135.18 123.52 -
System Red Green Blue C M Y K H S L
Decimal 124 131 143 0.13 0.08 0 0.44 217.89 0.08 0.52
Hex 7C 83 8F D 8 0 2C DA 8 34
Octal 174 203 217 15 10 0 54 332 10 64
Binary 1111100 10000011 10001111 1101 1000 0 101100 11011010 1000 110100

Color Harmonies of #7C838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C838F

Black with #7C838F

Text Example


Text Example

White with #7C838F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,131,143); }

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

background-color css

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

 a { background-color: rgb(124,131,143); }

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

border-color css

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

 span { border-color: rgb(124,131,143); }

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