Html Css Color HEX #758493 Slate Grey

📋 copy color: '#758493'

red 117 ◦ green 132 ◦ blue 147

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

Shades of Slate Grey #758493

Tints of Slate Grey #758493

RGB

 RED value IS 117 (46.09% from 255) = 29.55%

 GREEN value IS 132 (51.95% from 255) = 33.33%

 BLUE value IS 147 (57.81% from 255) = 37.12%

R = 29.55%
G = 33.33%
B = 37.12%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#758493 (or 0x758493) is known color: Slate Grey. HEX triplet: 75, 84 and 93. RGB value is (117,132,147). Sum of RGB (Red+Green+Blue) = 117+132+147=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 147 - color contains mainly: blue. Hex color #758493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758493 is #8A7B6C. Grayscale: #818181. Windows color (decimal): -9075565 or 9667701. OLE color: 9667701.

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

Color convert

RGB 117 132 147 -
CMYK 0.20 0.10 0 0.42
HSL 210º 0.12% 0.52% -
HSV(B) 210º 0.2% 0.58% -
XYZ 20.85 22.39 30.83 -
YUV 129.23 138.03 119.28 -
System Red Green Blue C M Y K H S L
Decimal 117 132 147 0.20 0.10 0 0.42 210 0.12 0.52
Hex 75 84 93 14 A 0 2A D2 C 34
Octal 165 204 223 24 12 0 52 322 14 64
Binary 1110101 10000100 10010011 10100 1010 0 101010 11010010 1100 110100

Color Harmonies of #758493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758493

Black with #758493

Text Example


Text Example

White with #758493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758493; }

 p { color: rgb(117,132,147); }

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

background-color css

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

 a { background-color: rgb(117,132,147); }

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

border-color css

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

 span { border-color: rgb(117,132,147); }

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