#839BDD

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

Shades of Portage #839BDD

Tints of Portage #839BDD

Color information

#839BDD (or 0x839BDD) is unknown color: approx Portage. HEX triplet: 83, 9B and DD. RGB value is (131,155,221). Sum of RGB (Red+Green+Blue) = 131+155+221=507 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.84% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #839BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839BDD is #7C6422. Grayscale: #9B9B9B. Windows color (decimal): -8152099 or 14523267. OLE color: 14523267.

HSL color Cylindrical-coordinate representation of color #839BDD: hue angle of 224º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #839BDD is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB131155221-
CMYK0.410.3000.13
HSL224º56.96%69.02%-
HSV(B)224º40.72%86.67%-
XYZ34.1333.4973.07-
YUV155.35165.05110.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.84%
GREEN value IS 155 (60.94% from 255) = 30.57%
BLUE value IS 221 (86.72% from 255) = 43.59%
R=25.84%
G=30.57%
B=43.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1311552210.410.3000.1322456.9669.02
Hex839BDD291E0De03945
Octal203233335513601534071105
Binary1000001110011011110111011010011111001101111000001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839BDD; }

 p { color: rgb(131,155,221); }

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

<style>
 a { background-color: #839BDD; }

 a { background-color: rgb(131,155,221); }

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

<style>
 span { border-color: #839BDD; }

 span { border-color: rgb(131,155,221); }

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