Html Css Color HEX #758189 Slate Grey

📋 copy color: '#758189'

red 117 ◦ green 129 ◦ blue 137

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

Shades of Slate Grey #758189

Tints of Slate Grey #758189

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.68%

 BLUE value IS 137 (53.91% from 255) = 35.77%

R = 30.55%
G = 33.68%
B = 35.77%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#758189 (or 0x758189) is known color: Slate Grey. HEX triplet: 75, 81 and 89. RGB value is (117,129,137). Sum of RGB (Red+Green+Blue) = 117+129+137=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 137 - color contains mainly: blue. Hex color #758189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758189 is #8A7E76. Grayscale: #7E7E7E. Windows color (decimal): -9076343 or 9011573. OLE color: 9011573.

HSL color Cylindrical-coordinate representation of color #758189: hue angle of 204º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #758189 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 129 137 -
CMYK 0.15 0.06 0 0.46
HSL 204º 0.08% 0.5% -
HSV(B) 204º 0.15% 0.54% -
XYZ 19.7 21.29 26.74 -
YUV 126.32 134.02 121.35 -
System Red Green Blue C M Y K H S L
Decimal 117 129 137 0.15 0.06 0 0.46 204 0.08 0.5
Hex 75 81 89 F 6 0 2E CC 8 32
Octal 165 201 211 17 6 0 56 314 10 62
Binary 1110101 10000001 10001001 1111 110 0 101110 11001100 1000 110010

Color Harmonies of #758189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758189

Black with #758189

Text Example


Text Example

White with #758189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758189; }

 p { color: rgb(117,129,137); }

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

background-color css

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

 a { background-color: rgb(117,129,137); }

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

border-color css

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

 span { border-color: rgb(117,129,137); }

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