Html Css Color HEX #748594 Light Slate Grey

📋 copy color: '#748594'

red 116 ◦ green 133 ◦ blue 148

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

Shades of Light Slate Grey #748594

Tints of Light Slate Grey #748594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.28%

R = 29.22%
G = 33.5%
B = 37.28%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#748594 (or 0x748594) is known color: Light Slate Grey. HEX triplet: 74, 85 and 94. RGB value is (116,133,148). Sum of RGB (Red+Green+Blue) = 116+133+148=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 148 - color contains mainly: blue. Hex color #748594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748594 is #8B7A6B. Grayscale: #818181. Windows color (decimal): -9140844 or 9733492. OLE color: 9733492.

HSL color Cylindrical-coordinate representation of color #748594: hue angle of 208.12º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #748594 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 133 148 -
CMYK 0.22 0.10 0 0.42
HSL 208.13º 0.13% 0.52% -
HSV(B) 208.13º 0.22% 0.58% -
XYZ 20.94 22.63 31.28 -
YUV 129.63 138.37 118.28 -
System Red Green Blue C M Y K H S L
Decimal 116 133 148 0.22 0.10 0 0.42 208.13 0.13 0.52
Hex 74 85 94 16 A 0 2A D0 D 34
Octal 164 205 224 26 12 0 52 320 15 64
Binary 1110100 10000101 10010100 10110 1010 0 101010 11010000 1101 110100

Color Harmonies of #748594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748594

Black with #748594

Text Example


Text Example

White with #748594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748594; }

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

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

background-color css

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

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

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

border-color css

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

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

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