#8398DA

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

Shades of Portage #8398DA

Tints of Portage #8398DA

Color information

#8398DA (or 0x8398DA) is unknown color: approx Portage. HEX triplet: 83, 98 and DA. RGB value is (131,152,218). Sum of RGB (Red+Green+Blue) = 131+152+218=501 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.15% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #8398DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8398DA is #7C6725. Grayscale: #989898. Windows color (decimal): -8152870 or 14325891. OLE color: 14325891.

HSL color Cylindrical-coordinate representation of color #8398DA: hue angle of 225.52º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8398DA is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB131152218-
CMYK0.400.3000.15
HSL225.52º54.04%68.43%-
HSV(B)225.52º39.91%85.49%-
XYZ33.2432.3470.82-
YUV153.24164.54112.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.15%
GREEN value IS 152 (59.77% from 255) = 30.34%
BLUE value IS 218 (85.55% from 255) = 43.51%
R=26.15%
G=30.34%
B=43.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1311522180.400.3000.15225.5254.0468.43
Hex8398DA281E0Fe23644
Octal203230332503601734266104
Binary1000001110011000110110101010001111001111111000101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8398DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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