Html Css Color HEX #758396 Light Slate Grey

📋 copy color: '#758396'

red 117 ◦ green 131 ◦ blue 150

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

Shades of Light Slate Grey #758396

Tints of Light Slate Grey #758396

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.91%

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

R = 29.4%
G = 32.91%
B = 37.69%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#758396 (or 0x758396) is known color: Light Slate Grey. HEX triplet: 75, 83 and 96. RGB value is (117,131,150). Sum of RGB (Red+Green+Blue) = 117+131+150=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 150 - color contains mainly: blue. Hex color #758396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758396 is #8A7C69. Grayscale: #808080. Windows color (decimal): -9075818 or 9864053. OLE color: 9864053.

HSL color Cylindrical-coordinate representation of color #758396: hue angle of 214.55º 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 #758396 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 131 150 -
CMYK 0.22 0.13 0 0.41
HSL 214.55º 0.14% 0.52% -
HSV(B) 214.55º 0.22% 0.59% -
XYZ 20.96 22.22 32.04 -
YUV 128.98 139.86 119.46 -
System Red Green Blue C M Y K H S L
Decimal 117 131 150 0.22 0.13 0 0.41 214.55 0.14 0.52
Hex 75 83 96 16 D 0 29 D7 E 34
Octal 165 203 226 26 15 0 51 327 16 64
Binary 1110101 10000011 10010110 10110 1101 0 101001 11010111 1110 110100

Color Harmonies of #758396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758396

Black with #758396

Text Example


Text Example

White with #758396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758396; }

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

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

background-color css

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

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

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

border-color css

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

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

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