#74809B

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

Shades of Light Slate Grey #74809B

Tints of Light Slate Grey #74809B

Color information

#74809B (or 0x74809B) is unknown color: approx Light Slate Grey. HEX triplet: 74, 80 and 9B. RGB value is (116,128,155). Sum of RGB (Red+Green+Blue) = 116+128+155=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 155 - color contains mainly: blue. Hex color #74809B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74809B is #8B7F64. Grayscale: #7F7F7F. Windows color (decimal): -9142117 or 10190964. OLE color: 10190964.

HSL color Cylindrical-coordinate representation of color #74809B: hue angle of 221.54º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #74809B is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB116128155-
CMYK0.250.1700.39
HSL221.54º16.32%53.14%-
HSV(B)221.54º25.16%60.78%-
XYZ20.8421.5234.07-
YUV127.49143.52119.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.07%
GREEN value IS 128 (50.39% from 255) = 32.08%
BLUE value IS 155 (60.94% from 255) = 38.85%
R=29.07%
G=32.08%
B=38.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1161281550.250.1700.39221.5416.3253.14
Hex74809B1911027de1035
Octal16420023331210473362065
Binary11101001000000010011011110011000101001111101111010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74809B; }

 p { color: rgb(116,128,155); }

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

<style>
 a { background-color: #74809B; }

 a { background-color: rgb(116,128,155); }

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

<style>
 span { border-color: #74809B; }

 span { border-color: rgb(116,128,155); }

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