#7C8A9E

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

Shades of Light Slate Grey #7C8A9E

Tints of Light Slate Grey #7C8A9E

Color information

#7C8A9E (or 0x7C8A9E) is unknown color: approx Light Slate Grey. HEX triplet: 7C, 8A and 9E. RGB value is (124,138,158). Sum of RGB (Red+Green+Blue) = 124+138+158=420 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.52% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 158 - color contains mainly: blue. Hex color #7C8A9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8A9E is #837561. Grayscale: #888888. Windows color (decimal): -8615266 or 10390140. OLE color: 10390140.

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

Color convert

RGB124138158-
CMYK0.220.1300.38
HSL215.29º14.91%55.29%-
HSV(B)215.29º21.52%61.96%-
XYZ23.5724.9335.92-
YUV136.09140.36119.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.52%
GREEN value IS 138 (54.30% from 255) = 32.86%
BLUE value IS 158 (62.11% from 255) = 37.62%
R=29.52%
G=32.86%
B=37.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1241381580.220.1300.38215.2914.9155.29
Hex7C8A9E16D026d7f37
Octal17421223626150463271767
Binary111110010001010100111101011011010100110110101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,138,158); }

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

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

 a { background-color: rgb(124,138,158); }

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

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

 span { border-color: rgb(124,138,158); }

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