#868E90

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

Shades of Regent Grey #868E90

Tints of Regent Grey #868E90

Color information

#868E90 (or 0x868E90) is unknown color: approx Regent Grey. HEX triplet: 86, 8E and 90. RGB value is (134,142,144). Sum of RGB (Red+Green+Blue) = 134+142+144=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 144 - color contains mainly: blue. Hex color #868E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868E90 is #79716F. Grayscale: #8B8B8B. Windows color (decimal): -7958896 or 9473670. OLE color: 9473670.

HSL color Cylindrical-coordinate representation of color #868E90: hue angle of 192º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #868E90 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB134142144-
CMYK0.070.0100.44
HSL192º4.31%54.51%-
HSV(B)192º6.94%56.47%-
XYZ24.5426.4330.19-
YUV139.84130.35123.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.90%
GREEN value IS 142 (55.86% from 255) = 33.81%
BLUE value IS 144 (56.64% from 255) = 34.29%
R=31.90%
G=33.81%
B=34.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341421440.070.0100.441924.3154.51
Hex868E907102Cc0437
Octal20621622071054300467
Binary1000011010001110100100001111010110011000000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868E90; }

 p { color: rgb(134,142,144); }

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

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

 a { background-color: rgb(134,142,144); }

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

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

 span { border-color: rgb(134,142,144); }

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