Html Css Color HEX #708598 Light Slate Grey

📋 copy color: '#708598'

red 112 ◦ green 133 ◦ blue 152

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

Shades of Light Slate Grey #708598

Tints of Light Slate Grey #708598

RGB

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

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

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

R = 28.21%
G = 33.5%
B = 38.29%

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

#708598 (or 0x708598) is known color: Light Slate Grey. HEX triplet: 70, 85 and 98. RGB value is (112,133,152). Sum of RGB (Red+Green+Blue) = 112+133+152=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 152 - color contains mainly: blue. Hex color #708598 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708598 is #8F7A67. Grayscale: #808080. Windows color (decimal): -9402984 or 9995632. OLE color: 9995632.

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

Color convert

RGB 112 133 152 -
CMYK 0.26 0.13 0 0.40
HSL 208.5º 0.16% 0.52% -
HSV(B) 208.5º 0.26% 0.6% -
XYZ 20.74 22.49 32.95 -
YUV 128.89 141.04 115.96 -
System Red Green Blue C M Y K H S L
Decimal 112 133 152 0.26 0.13 0 0.40 208.5 0.16 0.52
Hex 70 85 98 1A D 0 28 D0 10 34
Octal 160 205 230 32 15 0 50 320 20 64
Binary 1110000 10000101 10011000 11010 1101 0 101000 11010000 10000 110100

Color Harmonies of #708598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708598

Black with #708598

Text Example


Text Example

White with #708598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708598; }

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

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

background-color css

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

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

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

border-color css

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

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

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