#8689DB

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

Shades of Portage #8689DB

Tints of Portage #8689DB

Color information

#8689DB (or 0x8689DB) is unknown color: approx Portage. HEX triplet: 86, 89 and DB. RGB value is (134,137,219). Sum of RGB (Red+Green+Blue) = 134+137+219=490 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.35% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #8689DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8689DB is #797624. Grayscale: #919191. Windows color (decimal): -7960101 or 14387590. OLE color: 14387590.

HSL color Cylindrical-coordinate representation of color #8689DB: hue angle of 237.88º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8689DB is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB134137219-
CMYK0.390.3700.14
HSL237.88º54.14%69.22%-
HSV(B)237.88º38.81%85.88%-
XYZ31.5628.0770.77-
YUV145.45169.51119.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.35%
GREEN value IS 137 (53.91% from 255) = 27.96%
BLUE value IS 219 (85.94% from 255) = 44.69%
R=27.35%
G=27.96%
B=44.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1341372190.390.3700.14237.8854.1469.22
Hex8689DB27250Eee3645
Octal206211333474501635666105
Binary10000110100010011101101110011110010101110111011101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8689DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8689DB; }

 p { color: rgb(134,137,219); }

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

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

 a { background-color: rgb(134,137,219); }

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

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

 span { border-color: rgb(134,137,219); }

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