#8BA0DC

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

Shades of Portage #8BA0DC

Tints of Portage #8BA0DC

Color information

#8BA0DC (or 0x8BA0DC) is unknown color: approx Portage. HEX triplet: 8B, A0 and DC. RGB value is (139,160,220). Sum of RGB (Red+Green+Blue) = 139+160+220=519 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.78% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #8BA0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA0DC is #745F23. Grayscale: #A0A0A0. Windows color (decimal): -7626532 or 14459019. OLE color: 14459019.

HSL color Cylindrical-coordinate representation of color #8BA0DC: hue angle of 224.44º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BA0DC is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB139160220-
CMYK0.370.2700.14
HSL224.44º53.64%70.39%-
HSV(B)224.44º36.82%86.27%-
XYZ36.1435.872.72-
YUV160.56161.54112.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.78%
GREEN value IS 160 (62.89% from 255) = 30.83%
BLUE value IS 220 (86.33% from 255) = 42.39%
R=26.78%
G=30.83%
B=42.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1391602200.370.2700.14224.4453.6470.39
Hex8BA0DC251B0Ee03646
Octal213240334453301634066106
Binary1000101110100000110111001001011101101110111000001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BA0DC; }

 p { color: rgb(139,160,220); }

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

<style>
 a { background-color: #8BA0DC; }

 a { background-color: rgb(139,160,220); }

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

<style>
 span { border-color: #8BA0DC; }

 span { border-color: rgb(139,160,220); }

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