Html Css Color HEX #757F94 Slate Grey

📋 copy color: '#757F94'

red 117 ◦ green 127 ◦ blue 148

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

Shades of Slate Grey #757F94

Tints of Slate Grey #757F94

RGB

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

 GREEN value IS 127 (50% from 255) = 32.4%

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

R = 29.85%
G = 32.4%
B = 37.76%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#757F94 (or 0x757F94) is known color: Slate Grey. HEX triplet: 75, 7F and 94. RGB value is (117,127,148). Sum of RGB (Red+Green+Blue) = 117+127+148=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 148 (58.20% from 255 or 37.76% from 392); Max value from RGB is 148 - color contains mainly: blue. Hex color #757F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757F94 is #8A806B. Grayscale: #7E7E7E. Windows color (decimal): -9076844 or 9731957. OLE color: 9731957.

HSL color Cylindrical-coordinate representation of color #757F94: hue angle of 220.65º 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 #757F94 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 127 148 -
CMYK 0.21 0.14 0 0.42
HSL 220.65º 0.13% 0.52% -
HSV(B) 220.65º 0.21% 0.58% -
XYZ 20.27 21.1 31.02 -
YUV 126.4 140.19 121.29 -
System Red Green Blue C M Y K H S L
Decimal 117 127 148 0.21 0.14 0 0.42 220.65 0.13 0.52
Hex 75 7F 94 15 E 0 2A DD D 34
Octal 165 177 224 25 16 0 52 335 15 64
Binary 1110101 1111111 10010100 10101 1110 0 101010 11011101 1101 110100

Color Harmonies of #757F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757F94

Black with #757F94

Text Example


Text Example

White with #757F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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