#70838f

Color #70838F Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #70838F

Tints of Slate Grey #70838F

Color information

#70838F (or 0x70838F) is unknown color: approx Slate Grey. HEX triplet: 70, 83 and 8F. RGB value is (112,131,143). Sum of RGB (Red+Green+Blue) = 112+131+143=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 143 - color contains mainly: blue. Hex color #70838F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70838F is #8F7C70. Grayscale: #7E7E7E. Windows color (decimal): -9403505 or 9405296. OLE color: 9405296.

HSL color Cylindrical-coordinate representation of color #70838F: hue angle of 203.23º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #70838F is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB112131143-
CMYK0.220.0800.44
HSL203.23º12.16%50%-
HSV(B)203.23º21.68%56.08%-
XYZ19.7621.6629.13-
YUV126.69137.21117.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.02%
GREEN value IS 131 (51.56% from 255) = 33.94%
BLUE value IS 143 (56.25% from 255) = 37.05%
R=29.02%
G=33.94%
B=37.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121311430.220.0800.44203.2312.1650
Hex70838F16802Ccbc32
Octal16020321726100543131462
Binary111000010000011100011111011010000101100110010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70838f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70838f; }

 p { color: rgb(112,131,143); }

 H1.HeaderClassName
 {
   color: #70838f;
 }
 .AnyTagClassName
 {
   color: #70838f;
 }
</style>
background-color css

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

 a { background-color: rgb(112,131,143); }

 div.DivClassName
 {
   background-color: #70838f;
 }
 .BgClassName
 {
   background-color: #70838f;
 }
</style>
border-color css

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

 span { border-color: rgb(112,131,143); }

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