Html Css Color HEX #708698 Light Slate Grey

📋 copy color: '#708698'

red 112 ◦ green 134 ◦ blue 152

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

Shades of Light Slate Grey #708698

Tints of Light Slate Grey #708698

RGB

 RED value IS 112 (44.14% from 255) = 28.14%

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

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

R = 28.14%
G = 33.67%
B = 38.19%

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

#708698 (or 0x708698) is known color: Light Slate Grey. HEX triplet: 70, 86 and 98. RGB value is (112,134,152). Sum of RGB (Red+Green+Blue) = 112+134+152=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 134 (52.73% from 255 or 33.67% 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 #708698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708698 is #8F7967. Grayscale: #818181. Windows color (decimal): -9402728 or 9995888. OLE color: 9995888.

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

Color convert

RGB 112 134 152 -
CMYK 0.26 0.12 0 0.40
HSL 207º 0.16% 0.52% -
HSV(B) 207º 0.26% 0.6% -
XYZ 20.87 22.76 33 -
YUV 129.47 140.71 115.54 -
System Red Green Blue C M Y K H S L
Decimal 112 134 152 0.26 0.12 0 0.40 207 0.16 0.52
Hex 70 86 98 1A C 0 28 CF 10 34
Octal 160 206 230 32 14 0 50 317 20 64
Binary 1110000 10000110 10011000 11010 1100 0 101000 11001111 10000 110100

Color Harmonies of #708698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708698

Black with #708698

Text Example


Text Example

White with #708698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708698; }

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

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

background-color css

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

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

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

border-color css

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

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

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