#8DA2EE

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

Shades of Portage #8DA2EE

Tints of Portage #8DA2EE

Color information

#8DA2EE (or 0x8DA2EE) is unknown color: approx Portage. HEX triplet: 8D, A2 and EE. RGB value is (141,162,238). Sum of RGB (Red+Green+Blue) = 141+162+238=541 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.06% from 541); Green value is 162 (63.67% from 255 or 29.94% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DA2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA2EE is #725D11. Grayscale: #A4A4A4. Windows color (decimal): -7494930 or 15639181. OLE color: 15639181.

HSL color Cylindrical-coordinate representation of color #8DA2EE: hue angle of 227.01º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DA2EE is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB141162238-
CMYK0.410.3200.07
HSL227.01º74.05%74.31%-
HSV(B)227.01º40.76%93.33%-
XYZ39.3437.6886.09-
YUV164.38169.54111.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.06%
GREEN value IS 162 (63.67% from 255) = 29.94%
BLUE value IS 238 (93.36% from 255) = 43.99%
R=26.06%
G=29.94%
B=43.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1411622380.410.3200.07227.0174.0574.31
Hex8DA2EE292007e34a4a
Octal215242356514007343112112
Binary10001101101000101110111010100110000001111110001110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,162,238); }

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

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

 a { background-color: rgb(141,162,238); }

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

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

 span { border-color: rgb(141,162,238); }

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