Html Css Color HEX #758393 Slate Grey

📋 copy color: '#758393'

red 117 ◦ green 131 ◦ blue 147

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

Shades of Slate Grey #758393

Tints of Slate Grey #758393

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.16%

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

R = 29.62%
G = 33.16%
B = 37.22%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#758393 (or 0x758393) is known color: Slate Grey. HEX triplet: 75, 83 and 93. RGB value is (117,131,147). Sum of RGB (Red+Green+Blue) = 117+131+147=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 147 - color contains mainly: blue. Hex color #758393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758393 is #8A7C6C. Grayscale: #808080. Windows color (decimal): -9075821 or 9667445. OLE color: 9667445.

HSL color Cylindrical-coordinate representation of color #758393: hue angle of 212º 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 #758393 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 131 147 -
CMYK 0.20 0.11 0 0.42
HSL 212º 0.12% 0.52% -
HSV(B) 212º 0.2% 0.58% -
XYZ 20.72 22.12 30.78 -
YUV 128.64 138.36 119.7 -
System Red Green Blue C M Y K H S L
Decimal 117 131 147 0.20 0.11 0 0.42 212 0.12 0.52
Hex 75 83 93 14 B 0 2A D4 C 34
Octal 165 203 223 24 13 0 52 324 14 64
Binary 1110101 10000011 10010011 10100 1011 0 101010 11010100 1100 110100

Color Harmonies of #758393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758393

Black with #758393

Text Example


Text Example

White with #758393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758393; }

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

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

background-color css

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

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

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

border-color css

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

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

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