Html Css Color HEX #758BA5 Light Slate Grey

📋 copy color: '#758BA5'

red 117 ◦ green 139 ◦ blue 165

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

Shades of Light Slate Grey #758BA5

Tints of Light Slate Grey #758BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.19%

R = 27.79%
G = 33.02%
B = 39.19%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#758BA5 (or 0x758BA5) is known color: Light Slate Grey. HEX triplet: 75, 8B and A5. RGB value is (117,139,165). Sum of RGB (Red+Green+Blue) = 117+139+165=421 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.79% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 165 (64.84% from 255 or 39.19% from 421); Max value from RGB is 165 - color contains mainly: blue. Hex color #758BA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758BA5 is #8A745A. Grayscale: #878787. Windows color (decimal): -9073755 or 10849141. OLE color: 10849141.

HSL color Cylindrical-coordinate representation of color #758BA5: hue angle of 212.5º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #758BA5 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 139 165 -
CMYK 0.29 0.16 0 0.35
HSL 212.5º 0.21% 0.55% -
HSV(B) 212.5º 0.29% 0.65% -
XYZ 23.36 24.96 39.18 -
YUV 135.39 144.71 114.89 -
System Red Green Blue C M Y K H S L
Decimal 117 139 165 0.29 0.16 0 0.35 212.5 0.21 0.55
Hex 75 8B A5 1D 10 0 23 D4 15 37
Octal 165 213 245 35 20 0 43 324 25 67
Binary 1110101 10001011 10100101 11101 10000 0 100011 11010100 10101 110111

Color Harmonies of #758BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758BA5

Black with #758BA5

Text Example


Text Example

White with #758BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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