Html Css Color HEX #74879F Light Slate Grey

📋 copy color: '#74879F'

red 116 ◦ green 135 ◦ blue 159

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

Shades of Light Slate Grey #74879F

Tints of Light Slate Grey #74879F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.78%

R = 28.29%
G = 32.93%
B = 38.78%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74879F (or 0x74879F) is known color: Light Slate Grey. HEX triplet: 74, 87 and 9F. RGB value is (116,135,159). Sum of RGB (Red+Green+Blue) = 116+135+159=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 159 - color contains mainly: blue. Hex color #74879F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74879F is #8B7860. Grayscale: #838383. Windows color (decimal): -9140321 or 10454900. OLE color: 10454900.

HSL color Cylindrical-coordinate representation of color #74879F: hue angle of 213.49º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74879F is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 135 159 -
CMYK 0.27 0.15 0 0.38
HSL 213.49º 0.18% 0.54% -
HSV(B) 213.49º 0.27% 0.62% -
XYZ 22.12 23.54 36.18 -
YUV 132.06 143.21 116.55 -
System Red Green Blue C M Y K H S L
Decimal 116 135 159 0.27 0.15 0 0.38 213.49 0.18 0.54
Hex 74 87 9F 1B F 0 26 D5 12 36
Octal 164 207 237 33 17 0 46 325 22 66
Binary 1110100 10000111 10011111 11011 1111 0 100110 11010101 10010 110110

Color Harmonies of #74879F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74879F

Black with #74879F

Text Example


Text Example

White with #74879F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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