Html Css Color HEX #718698 Light Slate Grey

📋 copy color: '#718698'

red 113 ◦ green 134 ◦ blue 152

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

Shades of Light Slate Grey #718698

Tints of Light Slate Grey #718698

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.58%

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

R = 28.32%
G = 33.58%
B = 38.1%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#718698 (or 0x718698) is known color: Light Slate Grey. HEX triplet: 71, 86 and 98. RGB value is (113,134,152). Sum of RGB (Red+Green+Blue) = 113+134+152=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 152 - color contains mainly: blue. Hex color #718698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718698 is #8E7967. Grayscale: #818181. Windows color (decimal): -9337192 or 9995889. OLE color: 9995889.

HSL color Cylindrical-coordinate representation of color #718698: hue angle of 207.69º 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 #718698 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 134 152 -
CMYK 0.26 0.12 0 0.40
HSL 207.69º 0.16% 0.52% -
HSV(B) 207.69º 0.26% 0.6% -
XYZ 21 22.83 33.01 -
YUV 129.77 140.54 116.04 -
System Red Green Blue C M Y K H S L
Decimal 113 134 152 0.26 0.12 0 0.40 207.69 0.16 0.52
Hex 71 86 98 1A C 0 28 D0 10 34
Octal 161 206 230 32 14 0 50 320 20 64
Binary 1110001 10000110 10011000 11010 1100 0 101000 11010000 10000 110100

Color Harmonies of #718698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718698

Black with #718698

Text Example


Text Example

White with #718698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718698; }

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

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

background-color css

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

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

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

border-color css

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

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

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