#869CDB

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

Shades of Portage #869CDB

Tints of Portage #869CDB

Color information

#869CDB (or 0x869CDB) is unknown color: approx Portage. HEX triplet: 86, 9C and DB. RGB value is (134,156,219). Sum of RGB (Red+Green+Blue) = 134+156+219=509 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.33% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #869CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869CDB is #796324. Grayscale: #9C9C9C. Windows color (decimal): -7955237 or 14392454. OLE color: 14392454.

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

Color convert

RGB134156219-
CMYK0.390.2900.14
HSL224.47º54.14%69.22%-
HSV(B)224.47º38.81%85.88%-
XYZ34.5133.9671.75-
YUV156.6163.21111.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.33%
GREEN value IS 156 (61.33% from 255) = 30.65%
BLUE value IS 219 (85.94% from 255) = 43.03%
R=26.33%
G=30.65%
B=43.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1341562190.390.2900.14224.4754.1469.22
Hex869CDB271D0Ee03645
Octal206234333473501634066105
Binary1000011010011100110110111001111110101110111000001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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