#839BDC

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

Shades of Portage #839BDC

Tints of Portage #839BDC

Color information

#839BDC (or 0x839BDC) is unknown color: approx Portage. HEX triplet: 83, 9B and DC. RGB value is (131,155,220). Sum of RGB (Red+Green+Blue) = 131+155+220=506 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.89% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #839BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839BDC is #7C6423. Grayscale: #9A9A9A. Windows color (decimal): -8152100 or 14457731. OLE color: 14457731.

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

Color convert

RGB131155220-
CMYK0.400.3000.14
HSL223.82º55.97%68.82%-
HSV(B)223.82º40.45%86.27%-
XYZ3433.4472.37-
YUV155.23164.55110.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.89%
GREEN value IS 155 (60.94% from 255) = 30.63%
BLUE value IS 220 (86.33% from 255) = 43.48%
R=25.89%
G=30.63%
B=43.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1311552200.400.3000.14223.8255.9768.82
Hex839BDC281E0Ee03845
Octal203233334503601634070105
Binary1000001110011011110111001010001111001110111000001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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