#8DA6EB

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

Shades of Portage #8DA6EB

Tints of Portage #8DA6EB

Color information

#8DA6EB (or 0x8DA6EB) is unknown color: approx Portage. HEX triplet: 8D, A6 and EB. RGB value is (141,166,235). Sum of RGB (Red+Green+Blue) = 141+166+235=542 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.01% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DA6EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA6EB is #725914. Grayscale: #A6A6A6. Windows color (decimal): -7493909 or 15443597. OLE color: 15443597.

HSL color Cylindrical-coordinate representation of color #8DA6EB: hue angle of 224.04º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DA6EB is Cyan = 0.4, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141166235-
CMYK0.40.2900.08
HSL224.04º70.15%73.73%-
HSV(B)224.04º40%92.16%-
XYZ39.6238.9384.02-
YUV166.39166.72109.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.01%
GREEN value IS 166 (65.23% from 255) = 30.63%
BLUE value IS 235 (92.19% from 255) = 43.36%
R=26.01%
G=30.63%
B=43.36%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411662350.40.2900.08224.0470.1573.73
Hex8DA6EB281D08e0464a
Octal2152463535035010340106112
Binary10001101101001101110101110100011101010001110000010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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