Html Css Color HEX #74879B Light Slate Grey

📋 copy color: '#74879B'

red 116 ◦ green 135 ◦ blue 155

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

Shades of Light Slate Grey #74879B

Tints of Light Slate Grey #74879B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.25%

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

R = 28.57%
G = 33.25%
B = 38.18%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74879B (or 0x74879B) is known color: Light Slate Grey. HEX triplet: 74, 87 and 9B. RGB value is (116,135,155). Sum of RGB (Red+Green+Blue) = 116+135+155=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 155 - color contains mainly: blue. Hex color #74879B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74879B is #8B7864. Grayscale: #838383. Windows color (decimal): -9140325 or 10192756. OLE color: 10192756.

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

Color convert

RGB 116 135 155 -
CMYK 0.25 0.13 0 0.39
HSL 210.77º 0.16% 0.53% -
HSV(B) 210.77º 0.25% 0.61% -
XYZ 21.78 23.41 34.38 -
YUV 131.6 141.21 116.87 -
System Red Green Blue C M Y K H S L
Decimal 116 135 155 0.25 0.13 0 0.39 210.77 0.16 0.53
Hex 74 87 9B 19 D 0 27 D3 10 35
Octal 164 207 233 31 15 0 47 323 20 65
Binary 1110100 10000111 10011011 11001 1101 0 100111 11010011 10000 110101

Color Harmonies of #74879B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74879B

Black with #74879B

Text Example


Text Example

White with #74879B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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