Html Css Color HEX #74889A Light Slate Grey

📋 copy color: '#74889A'

red 116 ◦ green 136 ◦ blue 154

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

Shades of Light Slate Grey #74889A

Tints of Light Slate Grey #74889A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.5%

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

R = 28.57%
G = 33.5%
B = 37.93%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#74889A (or 0x74889A) is known color: Light Slate Grey. HEX triplet: 74, 88 and 9A. RGB value is (116,136,154). Sum of RGB (Red+Green+Blue) = 116+136+154=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 154 - color contains mainly: blue. Hex color #74889A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74889A is #8B7765. Grayscale: #838383. Windows color (decimal): -9140070 or 10127476. OLE color: 10127476.

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

Color convert

RGB 116 136 154 -
CMYK 0.25 0.12 0 0.40
HSL 208.42º 0.16% 0.53% -
HSV(B) 208.42º 0.25% 0.6% -
XYZ 21.84 23.65 33.99 -
YUV 132.07 140.37 116.54 -
System Red Green Blue C M Y K H S L
Decimal 116 136 154 0.25 0.12 0 0.40 208.42 0.16 0.53
Hex 74 88 9A 19 C 0 28 D0 10 35
Octal 164 210 232 31 14 0 50 320 20 65
Binary 1110100 10001000 10011010 11001 1100 0 101000 11010000 10000 110101

Color Harmonies of #74889A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74889A

Black with #74889A

Text Example


Text Example

White with #74889A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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