#8d9de0

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

Shades of Portage #8D9DE0

Tints of Portage #8D9DE0

Color information

#8D9DE0 (or 0x8D9DE0) is unknown color: approx Portage. HEX triplet: 8D, 9D and E0. RGB value is (141,157,224). Sum of RGB (Red+Green+Blue) = 141+157+224=522 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.01% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 224 (87.89% from 255 or 42.91% from 522); Max value from RGB is 224 - color contains mainly: blue. Hex color #8D9DE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9DE0 is #72621F. Grayscale: #9F9F9F. Windows color (decimal): -7496224 or 14720397. OLE color: 14720397.

HSL color Cylindrical-coordinate representation of color #8D9DE0: hue angle of 228.43º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D9DE0 is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB141157224-
CMYK0.370.3000.12
HSL228.43º57.24%71.57%-
HSV(B)228.43º37.05%87.84%-
XYZ36.535.1675.38-
YUV159.85164.2114.55-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.01%
GREEN value IS 157 (61.72% from 255) = 30.08%
BLUE value IS 224 (87.89% from 255) = 42.91%
R=27.01%
G=30.08%
B=42.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1411572240.370.3000.12228.4357.2471.57
Hex8D9DE0251E0Ce43948
Octal215235340453601434471110
Binary1000110110011101111000001001011111001100111001001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d9de0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,157,224); }

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

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

 a { background-color: rgb(141,157,224); }

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

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

 span { border-color: rgb(141,157,224); }

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