#70858f

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

Shades of Regent Grey #70858F

Tints of Regent Grey #70858F

Color information

#70858F (or 0x70858F) is unknown color: approx Regent Grey. HEX triplet: 70, 85 and 8F. RGB value is (112,133,143). Sum of RGB (Red+Green+Blue) = 112+133+143=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 143 - color contains mainly: blue. Hex color #70858F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70858F is #8F7A70. Grayscale: #7F7F7F. Windows color (decimal): -9402993 or 9405808. OLE color: 9405808.

HSL color Cylindrical-coordinate representation of color #70858F: hue angle of 199.35º 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 #70858F is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB112133143-
CMYK0.220.0700.44
HSL199.35º12.16%50%-
HSV(B)199.35º21.68%56.08%-
XYZ20.0322.229.22-
YUV127.86136.54116.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.87%
GREEN value IS 133 (52.34% from 255) = 34.28%
BLUE value IS 143 (56.25% from 255) = 36.86%
R=28.87%
G=34.28%
B=36.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121331430.220.0700.44199.3512.1650
Hex70858F16702Cc7c32
Octal1602052172670543071462
Binary11100001000010110001111101101110101100110001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70858f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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