Html Css Color HEX #74889B Light Slate Grey

📋 copy color: '#74889B'

red 116 ◦ green 136 ◦ blue 155

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

Shades of Light Slate Grey #74889B

Tints of Light Slate Grey #74889B

RGB

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

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

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

R = 28.5%
G = 33.42%
B = 38.08%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74889B (or 0x74889B) is known color: Light Slate Grey. HEX triplet: 74, 88 and 9B. RGB value is (116,136,155). Sum of RGB (Red+Green+Blue) = 116+136+155=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 155 - color contains mainly: blue. Hex color #74889B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74889B is #8B7764. Grayscale: #848484. Windows color (decimal): -9140069 or 10193012. OLE color: 10193012.

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

Color convert

RGB 116 136 155 -
CMYK 0.25 0.12 0 0.39
HSL 209.23º 0.16% 0.53% -
HSV(B) 209.23º 0.25% 0.61% -
XYZ 21.92 23.69 34.43 -
YUV 132.19 140.87 116.46 -
System Red Green Blue C M Y K H S L
Decimal 116 136 155 0.25 0.12 0 0.39 209.23 0.16 0.53
Hex 74 88 9B 19 C 0 27 D1 10 35
Octal 164 210 233 31 14 0 47 321 20 65
Binary 1110100 10001000 10011011 11001 1100 0 100111 11010001 10000 110101

Color Harmonies of #74889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74889B

Black with #74889B

Text Example


Text Example

White with #74889B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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