#8699DD

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

Shades of Portage #8699DD

Tints of Portage #8699DD

Color information

#8699DD (or 0x8699DD) is unknown color: approx Portage. HEX triplet: 86, 99 and DD. RGB value is (134,153,221). Sum of RGB (Red+Green+Blue) = 134+153+221=508 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.38% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #8699DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8699DD is #796622. Grayscale: #9A9A9A. Windows color (decimal): -7956003 or 14522758. OLE color: 14522758.

HSL color Cylindrical-coordinate representation of color #8699DD: hue angle of 226.9º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8699DD is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB134153221-
CMYK0.390.3100.13
HSL226.9º56.13%69.61%-
HSV(B)226.9º39.37%86.67%-
XYZ34.2733.0772.98-
YUV155.07165.21112.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.38%
GREEN value IS 153 (60.16% from 255) = 30.12%
BLUE value IS 221 (86.72% from 255) = 43.50%
R=26.38%
G=30.12%
B=43.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1341532210.390.3100.13226.956.1369.61
Hex8699DD271F0De33846
Octal206231335473701534370106
Binary1000011010011001110111011001111111101101111000111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8699DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8699DD; }

 p { color: rgb(134,153,221); }

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

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

 a { background-color: rgb(134,153,221); }

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

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

 span { border-color: rgb(134,153,221); }

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