#868FA4

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

Shades of Manatee #868FA4

Tints of Manatee #868FA4

Color information

#868FA4 (or 0x868FA4) is unknown color: approx Manatee. HEX triplet: 86, 8F and A4. RGB value is (134,143,164). Sum of RGB (Red+Green+Blue) = 134+143+164=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 164 - color contains mainly: blue. Hex color #868FA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868FA4 is #79705B. Grayscale: #8E8E8E. Windows color (decimal): -7958620 or 10784646. OLE color: 10784646.

HSL color Cylindrical-coordinate representation of color #868FA4: hue angle of 222º 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 #868FA4 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB134143164-
CMYK0.180.1300.36
HSL222º14.15%58.43%-
HSV(B)222º18.29%64.31%-
XYZ26.3527.3939.02-
YUV142.7140.02121.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.39%
GREEN value IS 143 (56.25% from 255) = 32.43%
BLUE value IS 164 (64.45% from 255) = 37.19%
R=30.39%
G=32.43%
B=37.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1341431640.180.1300.3622214.1558.43
Hex868FA412D024dee3a
Octal20621724422150443361672
Binary1000011010001111101001001001011010100100110111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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