Html Css Color HEX #75899F Light Slate Grey

📋 copy color: '#75899F'

red 117 ◦ green 137 ◦ blue 159

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

Shades of Light Slate Grey #75899F

Tints of Light Slate Grey #75899F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.5%

R = 28.33%
G = 33.17%
B = 38.5%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75899F (or 0x75899F) is known color: Light Slate Grey. HEX triplet: 75, 89 and 9F. RGB value is (117,137,159). Sum of RGB (Red+Green+Blue) = 117+137+159=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 159 - color contains mainly: blue. Hex color #75899F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75899F is #8A7660. Grayscale: #858585. Windows color (decimal): -9074273 or 10455413. OLE color: 10455413.

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

Color convert

RGB 117 137 159 -
CMYK 0.26 0.14 0 0.38
HSL 211.43º 0.18% 0.54% -
HSV(B) 211.43º 0.26% 0.62% -
XYZ 22.54 24.18 36.28 -
YUV 133.53 142.37 116.21 -
System Red Green Blue C M Y K H S L
Decimal 117 137 159 0.26 0.14 0 0.38 211.43 0.18 0.54
Hex 75 89 9F 1A E 0 26 D3 12 36
Octal 165 211 237 32 16 0 46 323 22 66
Binary 1110101 10001001 10011111 11010 1110 0 100110 11010011 10010 110110

Color Harmonies of #75899F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75899F

Black with #75899F

Text Example


Text Example

White with #75899F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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