Html Css Color HEX #758398 Light Slate Grey

📋 copy color: '#758398'

red 117 ◦ green 131 ◦ blue 152

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

Shades of Light Slate Grey #758398

Tints of Light Slate Grey #758398

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 value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#758398 (or 0x758398) is known color: 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

RGB 117 131 152 -
CMYK 0.23 0.14 0 0.40
HSL 216º 0.15% 0.53% -
HSV(B) 216º 0.23% 0.6% -
XYZ 21.12 22.28 32.89 -
YUV 129.21 140.86 119.29 -
System Red Green Blue C M Y K H S L
Decimal 117 131 152 0.23 0.14 0 0.40 216 0.15 0.53
Hex 75 83 98 17 E 0 28 D8 F 35
Octal 165 203 230 27 16 0 50 330 17 65
Binary 1110101 10000011 10011000 10111 1110 0 101000 11011000 1111 110101

Color Harmonies of #758398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758398

Black with #758398

Text Example


Text Example

White with #758398

Text Example


Text Example

HTML Codes & Css Web 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>