Html Css Color HEX #74839D Light Slate Grey

📋 copy color: '#74839D'

red 116 ◦ green 131 ◦ blue 157

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

Shades of Light Slate Grey #74839D

Tints of Light Slate Grey #74839D

RGB

 RED value IS 116 (45.7% from 255) = 28.71%

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

 BLUE value IS 157 (61.72% from 255) = 38.86%

R = 28.71%
G = 32.43%
B = 38.86%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74839D (or 0x74839D) is known color: Light Slate Grey. HEX triplet: 74, 83 and 9D. RGB value is (116,131,157). Sum of RGB (Red+Green+Blue) = 116+131+157=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 157 - color contains mainly: blue. Hex color #74839D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74839D is #8B7C62. Grayscale: #818181. Windows color (decimal): -9141347 or 10322804. OLE color: 10322804.

HSL color Cylindrical-coordinate representation of color #74839D: hue angle of 218.05º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #74839D is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 131 157 -
CMYK 0.26 0.17 0 0.38
HSL 218.05º 0.17% 0.54% -
HSV(B) 218.05º 0.26% 0.62% -
XYZ 21.4 22.38 35.09 -
YUV 129.48 143.53 118.39 -
System Red Green Blue C M Y K H S L
Decimal 116 131 157 0.26 0.17 0 0.38 218.05 0.17 0.54
Hex 74 83 9D 1A 11 0 26 DA 11 36
Octal 164 203 235 32 21 0 46 332 21 66
Binary 1110100 10000011 10011101 11010 10001 0 100110 11011010 10001 110110

Color Harmonies of #74839D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74839D

Black with #74839D

Text Example


Text Example

White with #74839D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74839D; }

 p { color: rgb(116,131,157); }

 H1.HeaderClassName
 {
   color: #74839D;
 }
 .AnyTagClassName
 {
   color: #74839D;
 }
</style>

background-color css

<style>
 a { background-color: #74839D; }

 a { background-color: rgb(116,131,157); }

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

border-color css

<style>
 span { border-color: #74839D; }

 span { border-color: rgb(116,131,157); }

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