#8399CB

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

Shades of Portage #8399CB

Tints of Portage #8399CB

Color information

#8399CB (or 0x8399CB) is unknown color: approx Portage. HEX triplet: 83, 99 and CB. RGB value is (131,153,203). Sum of RGB (Red+Green+Blue) = 131+153+203=487 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.90% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #8399CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8399CB is #7C6634. Grayscale: #979797. Windows color (decimal): -8152629 or 13343107. OLE color: 13343107.

HSL color Cylindrical-coordinate representation of color #8399CB: hue angle of 221.67º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8399CB is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB131153203-
CMYK0.350.2500.20
HSL221.67º40.91%65.49%-
HSV(B)221.67º35.47%79.61%-
XYZ31.5331.9261-
YUV152.12156.71112.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.90%
GREEN value IS 153 (60.16% from 255) = 31.42%
BLUE value IS 203 (79.69% from 255) = 41.68%
R=26.90%
G=31.42%
B=41.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1311532030.350.2500.20221.6740.9165.49
Hex8399CB2319014de2941
Octal203231313433102433651101
Binary10000011100110011100101110001111001010100110111101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8399CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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