#839CD4

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

Shades of Portage #839CD4

Tints of Portage #839CD4

Color information

#839CD4 (or 0x839CD4) is unknown color: approx Portage. HEX triplet: 83, 9C and D4. RGB value is (131,156,212). Sum of RGB (Red+Green+Blue) = 131+156+212=499 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.25% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 212 (83.20% from 255 or 42.48% from 499); Max value from RGB is 212 - color contains mainly: blue. Hex color #839CD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CD4 is #7C632B. Grayscale: #9A9A9A. Windows color (decimal): -8151852 or 13933699. OLE color: 13933699.

HSL color Cylindrical-coordinate representation of color #839CD4: hue angle of 221.48º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #839CD4 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB131156212-
CMYK0.380.2600.17
HSL221.48º48.5%67.25%-
HSV(B)221.48º38.21%83.14%-
XYZ33.1333.3666.98-
YUV154.91160.22110.95-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.25%
GREEN value IS 156 (61.33% from 255) = 31.26%
BLUE value IS 212 (83.20% from 255) = 42.48%
R=26.25%
G=31.26%
B=42.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1311562120.380.2600.17221.4848.567.25
Hex839CD4261A011dd3143
Octal203234324463202133561103
Binary10000011100111001101010010011011010010001110111011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,156,212); }

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

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

 a { background-color: rgb(131,156,212); }

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

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

 span { border-color: rgb(131,156,212); }

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