#8DA6DF

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

Shades of Portage #8DA6DF

Tints of Portage #8DA6DF

Color information

#8DA6DF (or 0x8DA6DF) is unknown color: approx Portage. HEX triplet: 8D, A6 and DF. RGB value is (141,166,223). Sum of RGB (Red+Green+Blue) = 141+166+223=530 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.60% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #8DA6DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA6DF is #725920. Grayscale: #A4A4A4. Windows color (decimal): -7493921 or 14657165. OLE color: 14657165.

HSL color Cylindrical-coordinate representation of color #8DA6DF: hue angle of 221.71º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DA6DF is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB141166223-
CMYK0.370.2600.13
HSL221.71º56.16%71.37%-
HSV(B)221.71º36.77%87.45%-
XYZ37.9438.2675.2-
YUV165.02160.72110.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.60%
GREEN value IS 166 (65.23% from 255) = 31.32%
BLUE value IS 223 (87.5% from 255) = 42.08%
R=26.60%
G=31.32%
B=42.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1411662230.370.2600.13221.7156.1671.37
Hex8DA6DF251A0Dde3847
Octal215246337453201533670107
Binary1000110110100110110111111001011101001101110111101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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