Html Css Color HEX #74829A Light Slate Grey

📋 copy color: '#74829A'

red 116 ◦ green 130 ◦ blue 154

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

Shades of Light Slate Grey #74829A

Tints of Light Slate Grey #74829A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.5%

R = 29%
G = 32.5%
B = 38.5%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#74829A (or 0x74829A) is known color: Light Slate Grey. HEX triplet: 74, 82 and 9A. RGB value is (116,130,154). Sum of RGB (Red+Green+Blue) = 116+130+154=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 154 - color contains mainly: blue. Hex color #74829A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74829A is #8B7D65. Grayscale: #808080. Windows color (decimal): -9141606 or 10125940. OLE color: 10125940.

HSL color Cylindrical-coordinate representation of color #74829A: hue angle of 217.89º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #74829A is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 130 154 -
CMYK 0.25 0.16 0 0.40
HSL 217.89º 0.16% 0.53% -
HSV(B) 217.89º 0.25% 0.6% -
XYZ 21.02 22.01 33.71 -
YUV 128.55 142.36 119.05 -
System Red Green Blue C M Y K H S L
Decimal 116 130 154 0.25 0.16 0 0.40 217.89 0.16 0.53
Hex 74 82 9A 19 10 0 28 DA 10 35
Octal 164 202 232 31 20 0 50 332 20 65
Binary 1110100 10000010 10011010 11001 10000 0 101000 11011010 10000 110101

Color Harmonies of #74829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74829A

Black with #74829A

Text Example


Text Example

White with #74829A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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