Html Css Color HEX #708498 Light Slate Grey

📋 copy color: '#708498'

red 112 ◦ green 132 ◦ blue 152

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

Shades of Light Slate Grey #708498

Tints of Light Slate Grey #708498

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.33%

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

R = 28.28%
G = 33.33%
B = 38.38%

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

#708498 (or 0x708498) is known color: Light Slate Grey. HEX triplet: 70, 84 and 98. RGB value is (112,132,152). Sum of RGB (Red+Green+Blue) = 112+132+152=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 152 - color contains mainly: blue. Hex color #708498 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708498 is #8F7B67. Grayscale: #808080. Windows color (decimal): -9403240 or 9995376. OLE color: 9995376.

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

Color convert

RGB 112 132 152 -
CMYK 0.26 0.13 0 0.40
HSL 210º 0.16% 0.52% -
HSV(B) 210º 0.26% 0.6% -
XYZ 20.6 22.21 32.91 -
YUV 128.3 141.37 116.37 -
System Red Green Blue C M Y K H S L
Decimal 112 132 152 0.26 0.13 0 0.40 210 0.16 0.52
Hex 70 84 98 1A D 0 28 D2 10 34
Octal 160 204 230 32 15 0 50 322 20 64
Binary 1110000 10000100 10011000 11010 1101 0 101000 11010010 10000 110100

Color Harmonies of #708498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708498

Black with #708498

Text Example


Text Example

White with #708498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708498; }

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

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

background-color css

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

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

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

border-color css

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

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

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