Html Css Color HEX #74829B Light Slate Grey

📋 copy color: '#74829B'

red 116 ◦ green 130 ◦ blue 155

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

Shades of Light Slate Grey #74829B

Tints of Light Slate Grey #74829B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.42%

 BLUE value IS 155 (60.94% from 255) = 38.65%

R = 28.93%
G = 32.42%
B = 38.65%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74829B (or 0x74829B) is known color: Light Slate Grey. HEX triplet: 74, 82 and 9B. RGB value is (116,130,155). Sum of RGB (Red+Green+Blue) = 116+130+155=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 155 - color contains mainly: blue. Hex color #74829B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74829B is #8B7D64. Grayscale: #808080. Windows color (decimal): -9141605 or 10191476. OLE color: 10191476.

HSL color Cylindrical-coordinate representation of color #74829B: hue angle of 218.46º 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 #74829B is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 130 155 -
CMYK 0.25 0.16 0 0.39
HSL 218.46º 0.16% 0.53% -
HSV(B) 218.46º 0.25% 0.61% -
XYZ 21.1 22.04 34.15 -
YUV 128.66 142.86 118.97 -
System Red Green Blue C M Y K H S L
Decimal 116 130 155 0.25 0.16 0 0.39 218.46 0.16 0.53
Hex 74 82 9B 19 10 0 27 DA 10 35
Octal 164 202 233 31 20 0 47 332 20 65
Binary 1110100 10000010 10011011 11001 10000 0 100111 11011010 10000 110101

Color Harmonies of #74829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74829B

Black with #74829B

Text Example


Text Example

White with #74829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #74829B;
 }
 .AnyTagClassName
 {
   color: #74829B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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