Html Css Color HEX #74869F Light Slate Grey

📋 copy color: '#74869F'

red 116 ◦ green 134 ◦ blue 159

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

Shades of Light Slate Grey #74869F

Tints of Light Slate Grey #74869F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.76%

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

R = 28.36%
G = 32.76%
B = 38.88%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74869F (or 0x74869F) is known color: Light Slate Grey. HEX triplet: 74, 86 and 9F. RGB value is (116,134,159). Sum of RGB (Red+Green+Blue) = 116+134+159=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 159 - color contains mainly: blue. Hex color #74869F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74869F is #8B7960. Grayscale: #838383. Windows color (decimal): -9140577 or 10454644. OLE color: 10454644.

HSL color Cylindrical-coordinate representation of color #74869F: hue angle of 214.88º 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 #74869F is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 134 159 -
CMYK 0.27 0.16 0 0.38
HSL 214.88º 0.18% 0.54% -
HSV(B) 214.88º 0.27% 0.62% -
XYZ 21.99 23.27 36.13 -
YUV 131.47 143.54 116.97 -
System Red Green Blue C M Y K H S L
Decimal 116 134 159 0.27 0.16 0 0.38 214.88 0.18 0.54
Hex 74 86 9F 1B 10 0 26 D7 12 36
Octal 164 206 237 33 20 0 46 327 22 66
Binary 1110100 10000110 10011111 11011 10000 0 100110 11010111 10010 110110

Color Harmonies of #74869F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74869F

Black with #74869F

Text Example


Text Example

White with #74869F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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