#8398DC

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

Shades of Portage #8398DC

Tints of Portage #8398DC

Color information

#8398DC (or 0x8398DC) is unknown color: approx Portage. HEX triplet: 83, 98 and DC. RGB value is (131,152,220). Sum of RGB (Red+Green+Blue) = 131+152+220=503 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.04% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #8398DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8398DC is #7C6723. Grayscale: #999999. Windows color (decimal): -8152868 or 14456963. OLE color: 14456963.

HSL color Cylindrical-coordinate representation of color #8398DC: hue angle of 225.84º degrees, saturation: 0.56, 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 #8398DC is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB131152220-
CMYK0.400.3100.14
HSL225.84º55.97%68.82%-
HSV(B)225.84º40.45%86.27%-
XYZ33.5132.4572.21-
YUV153.47165.54111.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.04%
GREEN value IS 152 (59.77% from 255) = 30.22%
BLUE value IS 220 (86.33% from 255) = 43.74%
R=26.04%
G=30.22%
B=43.74%

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
Decimal1311522200.400.3100.14225.8455.9768.82
Hex8398DC281F0Ee23845
Octal203230334503701634270105
Binary1000001110011000110111001010001111101110111000101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8398DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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