Html Css Color HEX #7589A0 Light Slate Grey

📋 copy color: '#7589A0'

red 117 ◦ green 137 ◦ blue 160

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

Shades of Light Slate Grey #7589A0

Tints of Light Slate Grey #7589A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.65%

R = 28.26%
G = 33.09%
B = 38.65%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7589A0 (or 0x7589A0) is known color: Light Slate Grey. HEX triplet: 75, 89 and A0. RGB value is (117,137,160). Sum of RGB (Red+Green+Blue) = 117+137+160=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 160 - color contains mainly: blue. Hex color #7589A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7589A0 is #8A765F. Grayscale: #858585. Windows color (decimal): -9074272 or 10520949. OLE color: 10520949.

HSL color Cylindrical-coordinate representation of color #7589A0: hue angle of 212.09º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7589A0 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 117 137 160 -
CMYK 0.27 0.14 0 0.37
HSL 212.09º 0.18% 0.54% -
HSV(B) 212.09º 0.27% 0.63% -
XYZ 22.63 24.21 36.74 -
YUV 133.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 117 137 160 0.27 0.14 0 0.37 212.09 0.18 0.54
Hex 75 89 A0 1B E 0 25 D4 12 36
Octal 165 211 240 33 16 0 45 324 22 66
Binary 1110101 10001001 10100000 11011 1110 0 100101 11010100 10010 110110

Color Harmonies of #7589A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7589A0

Black with #7589A0

Text Example


Text Example

White with #7589A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7589A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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