Html Css Color HEX #758996 Light Slate Grey

📋 copy color: '#758996'

red 117 ◦ green 137 ◦ blue 150

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

Shades of Light Slate Grey #758996

Tints of Light Slate Grey #758996

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.91%

 BLUE value IS 150 (58.98% from 255) = 37.13%

R = 28.96%
G = 33.91%
B = 37.13%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#758996 (or 0x758996) is known color: Light Slate Grey. HEX triplet: 75, 89 and 96. RGB value is (117,137,150). Sum of RGB (Red+Green+Blue) = 117+137+150=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 150 - color contains mainly: blue. Hex color #758996 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758996 is #8A7669. Grayscale: #848484. Windows color (decimal): -9074282 or 9865589. OLE color: 9865589.

HSL color Cylindrical-coordinate representation of color #758996: hue angle of 203.64º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #758996 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 137 150 -
CMYK 0.22 0.09 0 0.41
HSL 203.64º 0.14% 0.52% -
HSV(B) 203.64º 0.22% 0.59% -
XYZ 21.79 23.88 32.31 -
YUV 132.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 117 137 150 0.22 0.09 0 0.41 203.64 0.14 0.52
Hex 75 89 96 16 9 0 29 CC E 34
Octal 165 211 226 26 11 0 51 314 16 64
Binary 1110101 10001001 10010110 10110 1001 0 101001 11001100 1110 110100

Color Harmonies of #758996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758996

Black with #758996

Text Example


Text Example

White with #758996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758996; }

 p { color: rgb(117,137,150); }

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

background-color css

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

 a { background-color: rgb(117,137,150); }

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

border-color css

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

 span { border-color: rgb(117,137,150); }

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