#869ADD

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

Shades of Portage #869ADD

Tints of Portage #869ADD

Color information

#869ADD (or 0x869ADD) is unknown color: approx Portage. HEX triplet: 86, 9A and DD. RGB value is (134,154,221). Sum of RGB (Red+Green+Blue) = 134+154+221=509 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.33% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #869ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869ADD is #796522. Grayscale: #9B9B9B. Windows color (decimal): -7955747 or 14523014. OLE color: 14523014.

HSL color Cylindrical-coordinate representation of color #869ADD: hue angle of 226.21º 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 #869ADD is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB134154221-
CMYK0.390.3000.13
HSL226.21º56.13%69.61%-
HSV(B)226.21º39.37%86.67%-
XYZ34.4433.473.04-
YUV155.66164.87112.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.33%
GREEN value IS 154 (60.55% from 255) = 30.26%
BLUE value IS 221 (86.72% from 255) = 43.42%
R=26.33%
G=30.26%
B=43.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1341542210.390.3000.13226.2156.1369.61
Hex869ADD271E0De23846
Octal206232335473601534270106
Binary1000011010011010110111011001111111001101111000101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869ADD; }

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

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

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

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

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

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

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

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