#868BA4

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

Shades of Manatee #868BA4

Tints of Manatee #868BA4

Color information

#868BA4 (or 0x868BA4) is unknown color: approx Manatee. HEX triplet: 86, 8B and A4. RGB value is (134,139,164). Sum of RGB (Red+Green+Blue) = 134+139+164=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 164 (64.45% from 255 or 37.53% from 437); Max value from RGB is 164 - color contains mainly: blue. Hex color #868BA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868BA4 is #79745B. Grayscale: #8C8C8C. Windows color (decimal): -7959644 or 10783622. OLE color: 10783622.

HSL color Cylindrical-coordinate representation of color #868BA4: hue angle of 230º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #868BA4 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB134139164-
CMYK0.180.1500.36
HSL230º14.15%58.43%-
HSV(B)230º18.29%64.31%-
XYZ25.7626.2138.82-
YUV140.35141.34123.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.66%
GREEN value IS 139 (54.69% from 255) = 31.81%
BLUE value IS 164 (64.45% from 255) = 37.53%
R=30.66%
G=31.81%
B=37.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1341391640.180.1500.3623014.1558.43
Hex868BA412F024e6e3a
Octal20621324422170443461672
Binary1000011010001011101001001001011110100100111001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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