#8398DB

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

Shades of Portage #8398DB

Tints of Portage #8398DB

Color information

#8398DB (or 0x8398DB) is unknown color: approx Portage. HEX triplet: 83, 98 and DB. RGB value is (131,152,219). Sum of RGB (Red+Green+Blue) = 131+152+219=502 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.10% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #8398DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8398DB is #7C6724. Grayscale: #999999. Windows color (decimal): -8152869 or 14391427. OLE color: 14391427.

HSL color Cylindrical-coordinate representation of color #8398DB: hue angle of 225.68º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8398DB is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB131152219-
CMYK0.400.3100.14
HSL225.68º55%68.63%-
HSV(B)225.68º40.18%85.88%-
XYZ33.3732.471.51-
YUV153.36165.04112.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.10%
GREEN value IS 152 (59.77% from 255) = 30.28%
BLUE value IS 219 (85.94% from 255) = 43.63%
R=26.10%
G=30.28%
B=43.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1311522190.400.3100.14225.685568.63
Hex8398DB281F0Ee23745
Octal203230333503701634267105
Binary1000001110011000110110111010001111101110111000101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8398DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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