#8D9EEB

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

Shades of Portage #8D9EEB

Tints of Portage #8D9EEB

Color information

#8D9EEB (or 0x8D9EEB) is unknown color: approx Portage. HEX triplet: 8D, 9E and EB. RGB value is (141,158,235). Sum of RGB (Red+Green+Blue) = 141+158+235=534 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.40% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D9EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9EEB is #726114. Grayscale: #A1A1A1. Windows color (decimal): -7495957 or 15441549. OLE color: 15441549.

HSL color Cylindrical-coordinate representation of color #8D9EEB: hue angle of 229.15º degrees, saturation: 0.7, 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 #8D9EEB is Cyan = 0.4, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141158235-
CMYK0.40.3300.08
HSL229.15º70.15%73.73%-
HSV(B)229.15º40%92.16%-
XYZ38.2136.1183.55-
YUV161.7169.37113.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.40%
GREEN value IS 158 (62.11% from 255) = 29.59%
BLUE value IS 235 (92.19% from 255) = 44.01%
R=26.40%
G=29.59%
B=44.01%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411582350.40.3300.08229.1570.1573.73
Hex8D9EEB282108e5464a
Octal2152363535041010345106112
Binary100011011001111011101011101000100001010001110010110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,158,235); }

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

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

 a { background-color: rgb(141,158,235); }

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

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

 span { border-color: rgb(141,158,235); }

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