#758398

Color #758398 Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #758398

Tints of Light Slate Grey #758398

Color information

#758398 (or 0x758398) is unknown color: approx Light Slate Grey. HEX triplet: 75, 83 and 98. RGB value is (117,131,152). Sum of RGB (Red+Green+Blue) = 117+131+152=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 152 - color contains mainly: blue. Hex color #758398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758398 is #8A7C67. Grayscale: #818181. Windows color (decimal): -9075816 or 9995125. OLE color: 9995125.

HSL color Cylindrical-coordinate representation of color #758398: hue angle of 216º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #758398 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB117131152-
CMYK0.230.1400.40
HSL216º14.52%52.75%-
HSV(B)216º23.03%59.61%-
XYZ21.1222.2832.89-
YUV129.21140.86119.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.25%
GREEN value IS 131 (51.56% from 255) = 32.75%
BLUE value IS 152 (59.77% from 255) = 38%
R=29.25%
G=32.75%
B=38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1171311520.230.1400.4021614.5252.75
Hex75839817E028d8f35
Octal16520323027160503301765
Binary111010110000011100110001011111100101000110110001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758398; }

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

 H1.HeaderClassName
 {
   color: #758398;
 }
 .AnyTagClassName
 {
   color: #758398;
 }
</style>
background-color css

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

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

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

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

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

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