Html Css Color HEX #74899B Light Slate Grey

📋 copy color: '#74899B'

red 116 ◦ green 137 ◦ blue 155

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

Shades of Light Slate Grey #74899B

Tints of Light Slate Grey #74899B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.58%

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

R = 28.43%
G = 33.58%
B = 37.99%

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

#74899B (or 0x74899B) is known color: Light Slate Grey. HEX triplet: 74, 89 and 9B. RGB value is (116,137,155). Sum of RGB (Red+Green+Blue) = 116+137+155=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 155 - color contains mainly: blue. Hex color #74899B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74899B is #8B7664. Grayscale: #848484. Windows color (decimal): -9139813 or 10193268. OLE color: 10193268.

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

Color convert

RGB 116 137 155 -
CMYK 0.25 0.12 0 0.39
HSL 207.69º 0.16% 0.53% -
HSV(B) 207.69º 0.25% 0.61% -
XYZ 22.06 23.97 34.47 -
YUV 132.77 140.54 116.04 -
System Red Green Blue C M Y K H S L
Decimal 116 137 155 0.25 0.12 0 0.39 207.69 0.16 0.53
Hex 74 89 9B 19 C 0 27 D0 10 35
Octal 164 211 233 31 14 0 47 320 20 65
Binary 1110100 10001001 10011011 11001 1100 0 100111 11010000 10000 110101

Color Harmonies of #74899B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74899B

Black with #74899B

Text Example


Text Example

White with #74899B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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