Html Css Color HEX #74809B Light Slate Grey

📋 copy color: '#74809B'

red 116 ◦ green 128 ◦ blue 155

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

Shades of Light Slate Grey #74809B

Tints of Light Slate Grey #74809B

RGB

 RED value IS 116 (45.7% 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 value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74809B (or 0x74809B) is known color: 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

RGB 116 128 155 -
CMYK 0.25 0.17 0 0.39
HSL 221.54º 0.16% 0.53% -
HSV(B) 221.54º 0.25% 0.61% -
XYZ 20.84 21.52 34.07 -
YUV 127.49 143.52 119.8 -
System Red Green Blue C M Y K H S L
Decimal 116 128 155 0.25 0.17 0 0.39 221.54 0.16 0.53
Hex 74 80 9B 19 11 0 27 DE 10 35
Octal 164 200 233 31 21 0 47 336 20 65
Binary 1110100 10000000 10011011 11001 10001 0 100111 11011110 10000 110101

Color Harmonies of #74809B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74809B

Black with #74809B

Text Example


Text Example

White with #74809B

Text Example


Text Example

HTML Codes & Css Web 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>