#8DA8EA

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

Shades of Portage #8DA8EA

Tints of Portage #8DA8EA

Color information

#8DA8EA (or 0x8DA8EA) is unknown color: approx Portage. HEX triplet: 8D, A8 and EA. RGB value is (141,168,234). Sum of RGB (Red+Green+Blue) = 141+168+234=543 (71% of max value = 765). Red value is 141 (55.47% from 255 or 25.97% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DA8EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA8EA is #725715. Grayscale: #A7A7A7. Windows color (decimal): -7493398 or 15378573. OLE color: 15378573.

HSL color Cylindrical-coordinate representation of color #8DA8EA: hue angle of 222.58º degrees, saturation: 0.69, 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 #8DA8EA is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141168234-
CMYK0.400.2800.08
HSL222.58º68.89%73.53%-
HSV(B)222.58º39.74%91.76%-
XYZ39.8439.6183.39-
YUV167.45165.55109.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.97%
GREEN value IS 168 (66.02% from 255) = 30.94%
BLUE value IS 234 (91.80% from 255) = 43.09%
R=25.97%
G=30.94%
B=43.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411682340.400.2800.08222.5868.8973.53
Hex8DA8EA281C08df454a
Octal2152503525034010337105112
Binary10001101101010001110101010100011100010001101111110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,168,234); }

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

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

 a { background-color: rgb(141,168,234); }

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

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

 span { border-color: rgb(141,168,234); }

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