#8DA6FF

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

Shades of Portage #8DA6FF

Tints of Portage #8DA6FF

Color information

#8DA6FF (or 0x8DA6FF) is unknown color: approx Portage. HEX triplet: 8D, A6 and FF. RGB value is (141,166,255). Sum of RGB (Red+Green+Blue) = 141+166+255=562 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.09% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DA6FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA6FF is #725900. Grayscale: #A8A8A8. Windows color (decimal): -7493889 or 16754317. OLE color: 16754317.

HSL color Cylindrical-coordinate representation of color #8DA6FF: hue angle of 226.84º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DA6FF is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB141166255-
CMYK0.450.3500
HSL226.84º100%77.65%-
HSV(B)226.84º44.71%100%-
XYZ42.6740.16100.11-
YUV168.67176.72108.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.09%
GREEN value IS 166 (65.23% from 255) = 29.54%
BLUE value IS 255 (100% from 255) = 45.37%
R=25.09%
G=29.54%
B=45.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1411662550.450.3500226.8410077.65
Hex8DA6FF2D2300e3644e
Octal215246377554300343144116
Binary100011011010011011111111101101100011001110001111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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