#8397DC

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

Shades of Portage #8397DC

Tints of Portage #8397DC

Color information

#8397DC (or 0x8397DC) is unknown color: approx Portage. HEX triplet: 83, 97 and DC. RGB value is (131,151,220). Sum of RGB (Red+Green+Blue) = 131+151+220=502 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.10% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #8397DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8397DC is #7C6823. Grayscale: #989898. Windows color (decimal): -8153124 or 14456707. OLE color: 14456707.

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

Color convert

RGB131151220-
CMYK0.400.3100.14
HSL226.52º55.97%68.82%-
HSV(B)226.52º40.45%86.27%-
XYZ33.3432.1372.15-
YUV152.89165.87112.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.10%
GREEN value IS 151 (59.38% from 255) = 30.08%
BLUE value IS 220 (86.33% from 255) = 43.82%
R=26.10%
G=30.08%
B=43.82%

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
Decimal1311512200.400.3100.14226.5255.9768.82
Hex8397DC281F0Ee33845
Octal203227334503701634370105
Binary1000001110010111110111001010001111101110111000111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8397DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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