Html Css Color HEX #758BA1 Light Slate Grey

📋 copy color: '#758BA1'

red 117 ◦ green 139 ◦ blue 161

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

Shades of Light Slate Grey #758BA1

Tints of Light Slate Grey #758BA1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.33%

 BLUE value IS 161 (63.28% from 255) = 38.61%

R = 28.06%
G = 33.33%
B = 38.61%

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

#758BA1 (or 0x758BA1) is known color: Light Slate Grey. HEX triplet: 75, 8B and A1. RGB value is (117,139,161). Sum of RGB (Red+Green+Blue) = 117+139+161=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 161 - color contains mainly: blue. Hex color #758BA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758BA1 is #8A745E. Grayscale: #868686. Windows color (decimal): -9073759 or 10586997. OLE color: 10586997.

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

Color convert

RGB 117 139 161 -
CMYK 0.27 0.14 0 0.37
HSL 210º 0.19% 0.55% -
HSV(B) 210º 0.27% 0.63% -
XYZ 23 24.82 37.3 -
YUV 134.93 142.71 115.21 -
System Red Green Blue C M Y K H S L
Decimal 117 139 161 0.27 0.14 0 0.37 210 0.19 0.55
Hex 75 8B A1 1B E 0 25 D2 13 37
Octal 165 213 241 33 16 0 45 322 23 67
Binary 1110101 10001011 10100001 11011 1110 0 100101 11010010 10011 110111

Color Harmonies of #758BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758BA1

Black with #758BA1

Text Example


Text Example

White with #758BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,139,161); }

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

background-color css

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

 a { background-color: rgb(117,139,161); }

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

border-color css

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

 span { border-color: rgb(117,139,161); }

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