Html Css Color HEX #758AA3 Light Slate Grey

📋 copy color: '#758AA3'

red 117 ◦ green 138 ◦ blue 163

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

Shades of Light Slate Grey #758AA3

Tints of Light Slate Grey #758AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 39%

R = 27.99%
G = 33.01%
B = 39%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#758AA3 (or 0x758AA3) is known color: Light Slate Grey. HEX triplet: 75, 8A and A3. RGB value is (117,138,163). Sum of RGB (Red+Green+Blue) = 117+138+163=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 163 (64.06% from 255 or 39.00% from 418); Max value from RGB is 163 - color contains mainly: blue. Hex color #758AA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758AA3 is #8A755C. Grayscale: #868686. Windows color (decimal): -9074013 or 10717813. OLE color: 10717813.

HSL color Cylindrical-coordinate representation of color #758AA3: hue angle of 212.61º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #758AA3 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 138 163 -
CMYK 0.28 0.15 0 0.36
HSL 212.61º 0.2% 0.55% -
HSV(B) 212.61º 0.28% 0.64% -
XYZ 23.04 24.6 38.19 -
YUV 134.57 144.04 115.47 -
System Red Green Blue C M Y K H S L
Decimal 117 138 163 0.28 0.15 0 0.36 212.61 0.2 0.55
Hex 75 8A A3 1C F 0 24 D5 14 37
Octal 165 212 243 34 17 0 44 325 24 67
Binary 1110101 10001010 10100011 11100 1111 0 100100 11010101 10100 110111

Color Harmonies of #758AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758AA3

Black with #758AA3

Text Example


Text Example

White with #758AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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