#8D9ADE

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

Shades of Portage #8D9ADE

Tints of Portage #8D9ADE

Color information

#8D9ADE (or 0x8D9ADE) is unknown color: approx Portage. HEX triplet: 8D, 9A and DE. RGB value is (141,154,222). Sum of RGB (Red+Green+Blue) = 141+154+222=517 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.27% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #8D9ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9ADE is #726521. Grayscale: #9D9D9D. Windows color (decimal): -7496994 or 14588557. OLE color: 14588557.

HSL color Cylindrical-coordinate representation of color #8D9ADE: hue angle of 230.37º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8D9ADE is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB141154222-
CMYK0.360.3100.13
HSL230.37º55.1%71.18%-
HSV(B)230.37º36.49%87.06%-
XYZ35.7234.0573.8-
YUV157.86164.19115.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.27%
GREEN value IS 154 (60.55% from 255) = 29.79%
BLUE value IS 222 (87.11% from 255) = 42.94%
R=27.27%
G=29.79%
B=42.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1411542220.360.3100.13230.3755.171.18
Hex8D9ADE241F0De63747
Octal215232336443701534667107
Binary1000110110011010110111101001001111101101111001101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,154,222); }

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

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

 a { background-color: rgb(141,154,222); }

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

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

 span { border-color: rgb(141,154,222); }

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