#8398DE

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

Shades of Portage #8398DE

Tints of Portage #8398DE

Color information

#8398DE (or 0x8398DE) is unknown color: approx Portage. HEX triplet: 83, 98 and DE. RGB value is (131,152,222). Sum of RGB (Red+Green+Blue) = 131+152+222=505 (66% of max value = 765). Red value is 131 (51.56% from 255 or 25.94% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #8398DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8398DE is #7C6721. Grayscale: #999999. Windows color (decimal): -8152866 or 14588035. OLE color: 14588035.

HSL color Cylindrical-coordinate representation of color #8398DE: hue angle of 226.15º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8398DE is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB131152222-
CMYK0.410.3200.13
HSL226.15º57.96%69.22%-
HSV(B)226.15º40.99%87.06%-
XYZ33.7732.5673.61-
YUV153.7166.54111.81-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.94%
GREEN value IS 152 (59.77% from 255) = 30.10%
BLUE value IS 222 (87.11% from 255) = 43.96%
R=25.94%
G=30.10%
B=43.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1311522220.410.3200.13226.1557.9669.22
Hex8398DE29200De23a45
Octal203230336514001534272105
Binary10000011100110001101111010100110000001101111000101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8398DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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