#8398EC

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

Shades of Portage #8398EC

Tints of Portage #8398EC

Color information

#8398EC (or 0x8398EC) is unknown color: approx Portage. HEX triplet: 83, 98 and EC. RGB value is (131,152,236). Sum of RGB (Red+Green+Blue) = 131+152+236=519 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.24% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #8398EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8398EC is #7C6713. Grayscale: #9A9A9A. Windows color (decimal): -8152852 or 15505539. OLE color: 15505539.

HSL color Cylindrical-coordinate representation of color #8398EC: hue angle of 228º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8398EC is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB131152236-
CMYK0.440.3600.07
HSL228º73.43%71.96%-
HSV(B)228º44.49%92.55%-
XYZ35.7333.3483.91-
YUV155.3173.54110.67-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.24%
GREEN value IS 152 (59.77% from 255) = 29.29%
BLUE value IS 236 (92.58% from 255) = 45.47%
R=25.24%
G=29.29%
B=45.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1311522360.440.3600.0722873.4371.96
Hex8398EC2C2407e44948
Octal203230354544407344111110
Binary10000011100110001110110010110010010001111110010010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8398EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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