#869ADB

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

Shades of Portage #869ADB

Tints of Portage #869ADB

Color information

#869ADB (or 0x869ADB) is unknown color: approx Portage. HEX triplet: 86, 9A and DB. RGB value is (134,154,219). Sum of RGB (Red+Green+Blue) = 134+154+219=507 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.43% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #869ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869ADB is #796524. Grayscale: #9B9B9B. Windows color (decimal): -7955749 or 14391942. OLE color: 14391942.

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

Color convert

RGB134154219-
CMYK0.390.3000.14
HSL225.88º54.14%69.22%-
HSV(B)225.88º38.81%85.88%-
XYZ34.1733.2971.64-
YUV155.43163.87112.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.43%
GREEN value IS 154 (60.55% from 255) = 30.37%
BLUE value IS 219 (85.94% from 255) = 43.20%
R=26.43%
G=30.37%
B=43.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1341542190.390.3000.14225.8854.1469.22
Hex869ADB271E0Ee23645
Octal206232333473601634266105
Binary1000011010011010110110111001111111001110111000101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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