Html Css Color HEX #757E94 Slate Grey

📋 copy color: '#757E94'

red 117 ◦ green 126 ◦ blue 148

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

Shades of Slate Grey #757E94

Tints of Slate Grey #757E94

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.23%

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

R = 29.92%
G = 32.23%
B = 37.85%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#757E94 (or 0x757E94) is known color: Slate Grey. HEX triplet: 75, 7E and 94. RGB value is (117,126,148). Sum of RGB (Red+Green+Blue) = 117+126+148=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 148 - color contains mainly: blue. Hex color #757E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757E94 is #8A816B. Grayscale: #7D7D7D. Windows color (decimal): -9077100 or 9731701. OLE color: 9731701.

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

Color convert

RGB 117 126 148 -
CMYK 0.21 0.15 0 0.42
HSL 222.58º 0.13% 0.52% -
HSV(B) 222.58º 0.21% 0.58% -
XYZ 20.14 20.84 30.98 -
YUV 125.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 117 126 148 0.21 0.15 0 0.42 222.58 0.13 0.52
Hex 75 7E 94 15 F 0 2A DF D 34
Octal 165 176 224 25 17 0 52 337 15 64
Binary 1110101 1111110 10010100 10101 1111 0 101010 11011111 1101 110100

Color Harmonies of #757E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757E94

Black with #757E94

Text Example


Text Example

White with #757E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757E94; }

 p { color: rgb(117,126,148); }

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

background-color css

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

 a { background-color: rgb(117,126,148); }

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

border-color css

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

 span { border-color: rgb(117,126,148); }

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