Html Css Color HEX #70858E Regent Grey

📋 copy color: '#70858E'

red 112 ◦ green 133 ◦ blue 142

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

Shades of Regent Grey #70858E

Tints of Regent Grey #70858E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.69%

R = 28.94%
G = 34.37%
B = 36.69%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#70858E (or 0x70858E) is known color: Regent Grey. HEX triplet: 70, 85 and 8E. RGB value is (112,133,142). Sum of RGB (Red+Green+Blue) = 112+133+142=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 142 - color contains mainly: blue. Hex color #70858E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70858E is #8F7A71. Grayscale: #7F7F7F. Windows color (decimal): -9402994 or 9340272. OLE color: 9340272.

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

Color convert

RGB 112 133 142 -
CMYK 0.21 0.06 0 0.44
HSL 198º 0.12% 0.5% -
HSV(B) 198º 0.21% 0.56% -
XYZ 19.95 22.17 28.82 -
YUV 127.75 136.04 116.77 -
System Red Green Blue C M Y K H S L
Decimal 112 133 142 0.21 0.06 0 0.44 198 0.12 0.5
Hex 70 85 8E 15 6 0 2C C6 C 32
Octal 160 205 216 25 6 0 54 306 14 62
Binary 1110000 10000101 10001110 10101 110 0 101100 11000110 1100 110010

Color Harmonies of #70858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70858E

Black with #70858E

Text Example


Text Example

White with #70858E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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