Html Css Color HEX #758A9B Light Slate Grey

📋 copy color: '#758A9B'

red 117 ◦ green 138 ◦ blue 155

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

Shades of Light Slate Grey #758A9B

Tints of Light Slate Grey #758A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.8%

R = 28.54%
G = 33.66%
B = 37.8%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#758A9B (or 0x758A9B) is known color: Light Slate Grey. HEX triplet: 75, 8A and 9B. RGB value is (117,138,155). Sum of RGB (Red+Green+Blue) = 117+138+155=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 155 - color contains mainly: blue. Hex color #758A9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758A9B is #8A7564. Grayscale: #858585. Windows color (decimal): -9074021 or 10193525. OLE color: 10193525.

HSL color Cylindrical-coordinate representation of color #758A9B: hue angle of 206.84º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #758A9B is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 138 155 -
CMYK 0.25 0.11 0 0.39
HSL 206.84º 0.16% 0.53% -
HSV(B) 206.84º 0.25% 0.61% -
XYZ 22.34 24.33 34.53 -
YUV 133.66 140.04 116.12 -
System Red Green Blue C M Y K H S L
Decimal 117 138 155 0.25 0.11 0 0.39 206.84 0.16 0.53
Hex 75 8A 9B 19 B 0 27 CF 10 35
Octal 165 212 233 31 13 0 47 317 20 65
Binary 1110101 10001010 10011011 11001 1011 0 100111 11001111 10000 110101

Color Harmonies of #758A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758A9B

Black with #758A9B

Text Example


Text Example

White with #758A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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