#868A8B

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

Shades of Regent Grey #868A8B

Tints of Regent Grey #868A8B

Color information

#868A8B (or 0x868A8B) is unknown color: approx Regent Grey. HEX triplet: 86, 8A and 8B. RGB value is (134,138,139). Sum of RGB (Red+Green+Blue) = 134+138+139=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 139 - color contains mainly: blue. Hex color #868A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868A8B is #797574. Grayscale: #888888. Windows color (decimal): -7959925 or 9144966. OLE color: 9144966.

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

Color convert

RGB134138139-
CMYK0.040.0100.45
HSL192º2.11%53.53%-
HSV(B)192º3.6%54.51%-
XYZ23.5825.1128.03-
YUV136.92129.17125.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.60%
GREEN value IS 138 (54.30% from 255) = 33.58%
BLUE value IS 139 (54.69% from 255) = 33.82%
R=32.60%
G=33.58%
B=33.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341381390.040.0100.451922.1153.53
Hex868A8B4102Dc0236
Octal20621221341055300266
Binary100001101000101010001011100101011011100000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,138,139); }

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

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

 a { background-color: rgb(134,138,139); }

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

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

 span { border-color: rgb(134,138,139); }

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