Html Css Color HEX #758A9E Light Slate Grey

📋 copy color: '#758A9E'

red 117 ◦ green 138 ◦ blue 158

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

Shades of Light Slate Grey #758A9E

Tints of Light Slate Grey #758A9E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.41%

 BLUE value IS 158 (62.11% from 255) = 38.26%

R = 28.33%
G = 33.41%
B = 38.26%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#758A9E (or 0x758A9E) is known color: Light Slate Grey. HEX triplet: 75, 8A and 9E. RGB value is (117,138,158). Sum of RGB (Red+Green+Blue) = 117+138+158=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 158 - color contains mainly: blue. Hex color #758A9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758A9E is #8A7561. Grayscale: #858585. Windows color (decimal): -9074018 or 10390133. OLE color: 10390133.

HSL color Cylindrical-coordinate representation of color #758A9E: hue angle of 209.27º degrees, saturation: 0.17, 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 #758A9E is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 138 158 -
CMYK 0.26 0.13 0 0.38
HSL 209.27º 0.17% 0.54% -
HSV(B) 209.27º 0.26% 0.62% -
XYZ 22.6 24.43 35.87 -
YUV 134 141.54 115.87 -
System Red Green Blue C M Y K H S L
Decimal 117 138 158 0.26 0.13 0 0.38 209.27 0.17 0.54
Hex 75 8A 9E 1A D 0 26 D1 11 36
Octal 165 212 236 32 15 0 46 321 21 66
Binary 1110101 10001010 10011110 11010 1101 0 100110 11010001 10001 110110

Color Harmonies of #758A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758A9E

Black with #758A9E

Text Example


Text Example

White with #758A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758A9E; }

 p { color: rgb(117,138,158); }

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

background-color css

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

 a { background-color: rgb(117,138,158); }

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

border-color css

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

 span { border-color: rgb(117,138,158); }

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