#8398EB

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

Shades of Portage #8398EB

Tints of Portage #8398EB

Color information

#8398EB (or 0x8398EB) is unknown color: approx Portage. HEX triplet: 83, 98 and EB. RGB value is (131,152,235). Sum of RGB (Red+Green+Blue) = 131+152+235=518 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.29% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #8398EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8398EB is #7C6714. Grayscale: #9A9A9A. Windows color (decimal): -8152853 or 15440003. OLE color: 15440003.

HSL color Cylindrical-coordinate representation of color #8398EB: hue angle of 227.88º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8398EB is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB131152235-
CMYK0.440.3500.08
HSL227.88º72.22%71.76%-
HSV(B)227.88º44.26%92.16%-
XYZ35.5833.2883.15-
YUV155.18173.04110.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.29%
GREEN value IS 152 (59.77% from 255) = 29.34%
BLUE value IS 235 (92.19% from 255) = 45.37%
R=25.29%
G=29.34%
B=45.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1311522350.440.3500.08227.8872.2271.76
Hex8398EB2C2308e44848
Octal2032303535443010344110110
Binary100000111001100011101011101100100011010001110010010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8398EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8398EB; }

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

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

<style>
 a { background-color: #8398EB; }

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

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

<style>
 span { border-color: #8398EB; }

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

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