Html Css Color HEX #75899D Light Slate Grey

📋 copy color: '#75899D'

red 117 ◦ green 137 ◦ blue 157

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

Shades of Light Slate Grey #75899D

Tints of Light Slate Grey #75899D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.33%

 BLUE value IS 157 (61.72% from 255) = 38.2%

R = 28.47%
G = 33.33%
B = 38.2%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75899D (or 0x75899D) is known color: Light Slate Grey. HEX triplet: 75, 89 and 9D. RGB value is (117,137,157). Sum of RGB (Red+Green+Blue) = 117+137+157=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 157 - color contains mainly: blue. Hex color #75899D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75899D is #8A7662. Grayscale: #858585. Windows color (decimal): -9074275 or 10324341. OLE color: 10324341.

HSL color Cylindrical-coordinate representation of color #75899D: hue angle of 210º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75899D is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 137 157 -
CMYK 0.25 0.13 0 0.38
HSL 210º 0.17% 0.54% -
HSV(B) 210º 0.25% 0.62% -
XYZ 22.37 24.11 35.37 -
YUV 133.3 141.37 116.37 -
System Red Green Blue C M Y K H S L
Decimal 117 137 157 0.25 0.13 0 0.38 210 0.17 0.54
Hex 75 89 9D 19 D 0 26 D2 11 36
Octal 165 211 235 31 15 0 46 322 21 66
Binary 1110101 10001001 10011101 11001 1101 0 100110 11010010 10001 110110

Color Harmonies of #75899D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75899D

Black with #75899D

Text Example


Text Example

White with #75899D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75899D; }

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

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

background-color css

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

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

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

border-color css

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

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

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