Html Css Color HEX #74839A Light Slate Grey

📋 copy color: '#74839A'

red 116 ◦ green 131 ◦ blue 154

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

Shades of Light Slate Grey #74839A

Tints of Light Slate Grey #74839A

RGB

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

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

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

R = 28.93%
G = 32.67%
B = 38.4%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#74839A (or 0x74839A) is known color: Light Slate Grey. HEX triplet: 74, 83 and 9A. RGB value is (116,131,154). Sum of RGB (Red+Green+Blue) = 116+131+154=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 154 - color contains mainly: blue. Hex color #74839A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74839A is #8B7C65. Grayscale: #818181. Windows color (decimal): -9141350 or 10126196. OLE color: 10126196.

HSL color Cylindrical-coordinate representation of color #74839A: hue angle of 216.32º 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 #74839A is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 131 154 -
CMYK 0.25 0.15 0 0.40
HSL 216.32º 0.16% 0.53% -
HSV(B) 216.32º 0.25% 0.6% -
XYZ 21.15 22.28 33.76 -
YUV 129.14 142.03 118.63 -
System Red Green Blue C M Y K H S L
Decimal 116 131 154 0.25 0.15 0 0.40 216.32 0.16 0.53
Hex 74 83 9A 19 F 0 28 D8 10 35
Octal 164 203 232 31 17 0 50 330 20 65
Binary 1110100 10000011 10011010 11001 1111 0 101000 11011000 10000 110101

Color Harmonies of #74839A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74839A

Black with #74839A

Text Example


Text Example

White with #74839A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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