#8DA0ED

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

Shades of Portage #8DA0ED

Tints of Portage #8DA0ED

Color information

#8DA0ED (or 0x8DA0ED) is unknown color: approx Portage. HEX triplet: 8D, A0 and ED. RGB value is (141,160,237). Sum of RGB (Red+Green+Blue) = 141+160+237=538 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.21% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #8DA0ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA0ED is #725F12. Grayscale: #A2A2A2. Windows color (decimal): -7495443 or 15573133. OLE color: 15573133.

HSL color Cylindrical-coordinate representation of color #8DA0ED: hue angle of 228.12º degrees, saturation: 0.73, 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 #8DA0ED is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB141160237-
CMYK0.410.3200.07
HSL228.12º72.73%74.12%-
HSV(B)228.12º40.51%92.94%-
XYZ38.8436.9285.2-
YUV163.1169.71112.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.21%
GREEN value IS 160 (62.89% from 255) = 29.74%
BLUE value IS 237 (92.97% from 255) = 44.05%
R=26.21%
G=29.74%
B=44.05%

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
Decimal1411602370.410.3200.07228.1272.7374.12
Hex8DA0ED292007e4494a
Octal215240355514007344111112
Binary10001101101000001110110110100110000001111110010010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,160,237); }

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

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

 a { background-color: rgb(141,160,237); }

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

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

 span { border-color: rgb(141,160,237); }

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