Html Css Color HEX #74859C Light Slate Grey

📋 copy color: '#74859C'

red 116 ◦ green 133 ◦ blue 156

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

Shades of Light Slate Grey #74859C

Tints of Light Slate Grey #74859C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.84%

 BLUE value IS 156 (61.33% from 255) = 38.52%

R = 28.64%
G = 32.84%
B = 38.52%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74859C (or 0x74859C) is known color: Light Slate Grey. HEX triplet: 74, 85 and 9C. RGB value is (116,133,156). Sum of RGB (Red+Green+Blue) = 116+133+156=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 156 - color contains mainly: blue. Hex color #74859C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74859C is #8B7A63. Grayscale: #828282. Windows color (decimal): -9140836 or 10257780. OLE color: 10257780.

HSL color Cylindrical-coordinate representation of color #74859C: hue angle of 214.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #74859C is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 133 156 -
CMYK 0.26 0.15 0 0.39
HSL 214.5º 0.17% 0.53% -
HSV(B) 214.5º 0.26% 0.61% -
XYZ 21.59 22.89 34.73 -
YUV 130.54 142.37 117.63 -
System Red Green Blue C M Y K H S L
Decimal 116 133 156 0.26 0.15 0 0.39 214.5 0.17 0.53
Hex 74 85 9C 1A F 0 27 D6 11 35
Octal 164 205 234 32 17 0 47 326 21 65
Binary 1110100 10000101 10011100 11010 1111 0 100111 11010110 10001 110101

Color Harmonies of #74859C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74859C

Black with #74859C

Text Example


Text Example

White with #74859C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74859C; }

 p { color: rgb(116,133,156); }

 H1.HeaderClassName
 {
   color: #74859C;
 }
 .AnyTagClassName
 {
   color: #74859C;
 }
</style>

background-color css

<style>
 a { background-color: #74859C; }

 a { background-color: rgb(116,133,156); }

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

border-color css

<style>
 span { border-color: #74859C; }

 span { border-color: rgb(116,133,156); }

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