Html Css Color HEX #718598 Light Slate Grey

📋 copy color: '#718598'

red 113 ◦ green 133 ◦ blue 152

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

Shades of Light Slate Grey #718598

Tints of Light Slate Grey #718598

RGB

 RED value IS 113 (44.53% from 255) = 28.39%

 GREEN value IS 133 (52.34% from 255) = 33.42%

 BLUE value IS 152 (59.77% from 255) = 38.19%

R = 28.39%
G = 33.42%
B = 38.19%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#718598 (or 0x718598) is known color: Light Slate Grey. HEX triplet: 71, 85 and 98. RGB value is (113,133,152). Sum of RGB (Red+Green+Blue) = 113+133+152=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 152 - color contains mainly: blue. Hex color #718598 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718598 is #8E7A67. Grayscale: #818181. Windows color (decimal): -9337448 or 9995633. OLE color: 9995633.

HSL color Cylindrical-coordinate representation of color #718598: hue angle of 209.23º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #718598 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 133 152 -
CMYK 0.26 0.13 0 0.40
HSL 209.23º 0.16% 0.52% -
HSV(B) 209.23º 0.26% 0.6% -
XYZ 20.87 22.55 32.96 -
YUV 129.19 140.87 116.46 -
System Red Green Blue C M Y K H S L
Decimal 113 133 152 0.26 0.13 0 0.40 209.23 0.16 0.52
Hex 71 85 98 1A D 0 28 D1 10 34
Octal 161 205 230 32 15 0 50 321 20 64
Binary 1110001 10000101 10011000 11010 1101 0 101000 11010001 10000 110100

Color Harmonies of #718598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718598

Black with #718598

Text Example


Text Example

White with #718598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718598; }

 p { color: rgb(113,133,152); }

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

background-color css

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

 a { background-color: rgb(113,133,152); }

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

border-color css

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

 span { border-color: rgb(113,133,152); }

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