#8DA6DC

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

Shades of Portage #8DA6DC

Tints of Portage #8DA6DC

Color information

#8DA6DC (or 0x8DA6DC) is unknown color: approx Portage. HEX triplet: 8D, A6 and DC. RGB value is (141,166,220). Sum of RGB (Red+Green+Blue) = 141+166+220=527 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.76% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DA6DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA6DC is #725923. Grayscale: #A4A4A4. Windows color (decimal): -7493924 or 14460557. OLE color: 14460557.

HSL color Cylindrical-coordinate representation of color #8DA6DC: hue angle of 221.01º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DA6DC is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB141166220-
CMYK0.360.2500.14
HSL221.01º53.02%70.78%-
HSV(B)221.01º35.91%86.27%-
XYZ37.5438.173.09-
YUV164.68159.22111.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.76%
GREEN value IS 166 (65.23% from 255) = 31.50%
BLUE value IS 220 (86.33% from 255) = 41.75%
R=26.76%
G=31.50%
B=41.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1411662200.360.2500.14221.0153.0270.78
Hex8DA6DC24190Edd3547
Octal215246334443101633565107
Binary1000110110100110110111001001001100101110110111011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,166,220); }

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

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

 a { background-color: rgb(141,166,220); }

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

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

 span { border-color: rgb(141,166,220); }

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