#086889

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

Shades of Allports #086889

Tints of Allports #086889

Color information

#086889 (or 0x086889) is unknown color: approx Allports. HEX triplet: 08, 68 and 89. RGB value is (8,104,137). Sum of RGB (Red+Green+Blue) = 8+104+137=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 137 (53.91% from 255 or 55.02% from 249); Max value from RGB is 137 - color contains mainly: blue. Hex color #086889 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086889 is #F79776. Grayscale: #4E4E4E. Windows color (decimal): -16226167 or 9005064. OLE color: 9005064.

HSL color Cylindrical-coordinate representation of color #086889: hue angle of 195.35º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086889 is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8104137-
CMYK0.940.2400.46
HSL195.35º88.97%28.43%-
HSV(B)195.35º94.16%53.73%-
XYZ9.5711.7625.43-
YUV79.06160.777.32-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.21%
GREEN value IS 104 (41.02% from 255) = 41.77%
BLUE value IS 137 (53.91% from 255) = 55.02%
R=3.21%
G=41.77%
B=55.02%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal81041370.940.2400.46195.3588.9728.43
Hex868895E1802Ec3591c
Octal101502111363005630313134
Binary1000110100010001001101111011000010111011000011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086889; }

 p { color: rgb(8,104,137); }

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

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

 a { background-color: rgb(8,104,137); }

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

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

 span { border-color: rgb(8,104,137); }

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