Html Css Color HEX #758AA2 Light Slate Grey

📋 copy color: '#758AA2'

red 117 ◦ green 138 ◦ blue 162

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

Shades of Light Slate Grey #758AA2

Tints of Light Slate Grey #758AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.85%

R = 28.06%
G = 33.09%
B = 38.85%

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

#758AA2 (or 0x758AA2) is known color: Light Slate Grey. HEX triplet: 75, 8A and A2. RGB value is (117,138,162). Sum of RGB (Red+Green+Blue) = 117+138+162=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 162 - color contains mainly: blue. Hex color #758AA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758AA2 is #8A755D. Grayscale: #868686. Windows color (decimal): -9074014 or 10652277. OLE color: 10652277.

HSL color Cylindrical-coordinate representation of color #758AA2: hue angle of 212º degrees, saturation: 0.19, 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 #758AA2 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 138 162 -
CMYK 0.28 0.15 0 0.36
HSL 212º 0.19% 0.55% -
HSV(B) 212º 0.28% 0.64% -
XYZ 22.95 24.57 37.72 -
YUV 134.46 143.54 115.55 -
System Red Green Blue C M Y K H S L
Decimal 117 138 162 0.28 0.15 0 0.36 212 0.19 0.55
Hex 75 8A A2 1C F 0 24 D4 13 37
Octal 165 212 242 34 17 0 44 324 23 67
Binary 1110101 10001010 10100010 11100 1111 0 100100 11010100 10011 110111

Color Harmonies of #758AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758AA2

Black with #758AA2

Text Example


Text Example

White with #758AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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