#869CDD

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

Shades of Portage #869CDD

Tints of Portage #869CDD

Color information

#869CDD (or 0x869CDD) is unknown color: approx Portage. HEX triplet: 86, 9C and DD. RGB value is (134,156,221). Sum of RGB (Red+Green+Blue) = 134+156+221=511 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.22% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #869CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869CDD is #796322. Grayscale: #9C9C9C. Windows color (decimal): -7955235 or 14523526. OLE color: 14523526.

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

Color convert

RGB134156221-
CMYK0.390.2900.13
HSL224.83º56.13%69.61%-
HSV(B)224.83º39.37%86.67%-
XYZ34.7734.0773.15-
YUV156.83164.21111.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.22%
GREEN value IS 156 (61.33% from 255) = 30.53%
BLUE value IS 221 (86.72% from 255) = 43.25%
R=26.22%
G=30.53%
B=43.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1341562210.390.2900.13224.8356.1369.61
Hex869CDD271D0De13846
Octal206234335473501534170106
Binary1000011010011100110111011001111110101101111000011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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