#8399FB

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

Shades of Portage #8399FB

Tints of Portage #8399FB

Color information

#8399FB (or 0x8399FB) is unknown color: approx Portage. HEX triplet: 83, 99 and FB. RGB value is (131,153,251). Sum of RGB (Red+Green+Blue) = 131+153+251=535 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.49% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #8399FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8399FB is #7C6604. Grayscale: #9D9D9D. Windows color (decimal): -8152581 or 16488835. OLE color: 16488835.

HSL color Cylindrical-coordinate representation of color #8399FB: hue angle of 229º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8399FB is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB131153251-
CMYK0.480.3900.02
HSL229º93.75%74.9%-
HSV(B)229º47.81%98.43%-
XYZ38.1634.5795.93-
YUV157.59180.71109.03-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.49%
GREEN value IS 153 (60.16% from 255) = 28.60%
BLUE value IS 251 (98.44% from 255) = 46.92%
R=24.49%
G=28.60%
B=46.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1311532510.480.3900.0222993.7574.9
Hex8399FB302702e55e4b
Octal203231373604702345136113
Binary1000001110011001111110111100001001110101110010110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8399FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8399FB; }

 p { color: rgb(131,153,251); }

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

<style>
 a { background-color: #8399FB; }

 a { background-color: rgb(131,153,251); }

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

<style>
 span { border-color: #8399FB; }

 span { border-color: rgb(131,153,251); }

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