#8D98EB

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

Shades of Portage #8D98EB

Tints of Portage #8D98EB

Color information

#8D98EB (or 0x8D98EB) is unknown color: approx Portage. HEX triplet: 8D, 98 and EB. RGB value is (141,152,235). Sum of RGB (Red+Green+Blue) = 141+152+235=528 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.70% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D98EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D98EB is #726714. Grayscale: #9D9D9D. Windows color (decimal): -7497493 or 15440013. OLE color: 15440013.

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

Color convert

RGB141152235-
CMYK0.40.3500.08
HSL232.98º70.15%73.73%-
HSV(B)232.98º40%92.16%-
XYZ37.2134.1283.22-
YUV158.17171.36115.75-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.70%
GREEN value IS 152 (59.77% from 255) = 28.79%
BLUE value IS 235 (92.19% from 255) = 44.51%
R=26.70%
G=28.79%
B=44.51%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411522350.40.3500.08232.9870.1573.73
Hex8D98EB282308e9464a
Octal2152303535043010351106112
Binary100011011001100011101011101000100011010001110100110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D98EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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