#8BA4DC

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

Shades of Portage #8BA4DC

Tints of Portage #8BA4DC

Color information

#8BA4DC (or 0x8BA4DC) is unknown color: approx Portage. HEX triplet: 8B, A4 and DC. RGB value is (139,164,220). Sum of RGB (Red+Green+Blue) = 139+164+220=523 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.58% from 523); Green value is 164 (64.45% from 255 or 31.36% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #8BA4DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA4DC is #745B23. Grayscale: #A2A2A2. Windows color (decimal): -7625508 or 14460043. OLE color: 14460043.

HSL color Cylindrical-coordinate representation of color #8BA4DC: hue angle of 221.48º 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 #8BA4DC is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB139164220-
CMYK0.370.2500.14
HSL221.48º53.64%70.39%-
HSV(B)221.48º36.82%86.27%-
XYZ36.8437.2172.95-
YUV162.91160.22110.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.58%
GREEN value IS 164 (64.45% from 255) = 31.36%
BLUE value IS 220 (86.33% from 255) = 42.07%
R=26.58%
G=31.36%
B=42.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1391642200.370.2500.14221.4853.6470.39
Hex8BA4DC25190Edd3646
Octal213244334453101633566106
Binary1000101110100100110111001001011100101110110111011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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