Html Css Color HEX #74819B Light Slate Grey

📋 copy color: '#74819B'

red 116 ◦ green 129 ◦ blue 155

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

Shades of Light Slate Grey #74819B

Tints of Light Slate Grey #74819B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.25%

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

R = 29%
G = 32.25%
B = 38.75%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74819B (or 0x74819B) is known color: Light Slate Grey. HEX triplet: 74, 81 and 9B. RGB value is (116,129,155). Sum of RGB (Red+Green+Blue) = 116+129+155=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 155 - color contains mainly: blue. Hex color #74819B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74819B is #8B7E64. Grayscale: #7F7F7F. Windows color (decimal): -9141861 or 10191220. OLE color: 10191220.

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

Color convert

RGB 116 129 155 -
CMYK 0.25 0.17 0 0.39
HSL 220º 0.16% 0.53% -
HSV(B) 220º 0.25% 0.61% -
XYZ 20.97 21.78 34.11 -
YUV 128.08 143.19 119.39 -
System Red Green Blue C M Y K H S L
Decimal 116 129 155 0.25 0.17 0 0.39 220 0.16 0.53
Hex 74 81 9B 19 11 0 27 DC 10 35
Octal 164 201 233 31 21 0 47 334 20 65
Binary 1110100 10000001 10011011 11001 10001 0 100111 11011100 10000 110101

Color Harmonies of #74819B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74819B

Black with #74819B

Text Example


Text Example

White with #74819B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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