Html Css Color HEX #758AA4 Light Slate Grey

📋 copy color: '#758AA4'

red 117 ◦ green 138 ◦ blue 164

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

Shades of Light Slate Grey #758AA4

Tints of Light Slate Grey #758AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 39.14%

R = 27.92%
G = 32.94%
B = 39.14%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#758AA4 (or 0x758AA4) is known color: Light Slate Grey. HEX triplet: 75, 8A and A4. RGB value is (117,138,164). Sum of RGB (Red+Green+Blue) = 117+138+164=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 164 - color contains mainly: blue. Hex color #758AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758AA4 is #8A755B. Grayscale: #868686. Windows color (decimal): -9074012 or 10783349. OLE color: 10783349.

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

Color convert

RGB 117 138 164 -
CMYK 0.29 0.16 0 0.36
HSL 213.19º 0.21% 0.55% -
HSV(B) 213.19º 0.29% 0.64% -
XYZ 23.13 24.64 38.66 -
YUV 134.69 144.54 115.39 -
System Red Green Blue C M Y K H S L
Decimal 117 138 164 0.29 0.16 0 0.36 213.19 0.21 0.55
Hex 75 8A A4 1D 10 0 24 D5 15 37
Octal 165 212 244 35 20 0 44 325 25 67
Binary 1110101 10001010 10100100 11101 10000 0 100100 11010101 10101 110111

Color Harmonies of #758AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758AA4

Black with #758AA4

Text Example


Text Example

White with #758AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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