#839CFA

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

Shades of Portage #839CFA

Tints of Portage #839CFA

Color information

#839CFA (or 0x839CFA) is unknown color: approx Portage. HEX triplet: 83, 9C and FA. RGB value is (131,156,250). Sum of RGB (Red+Green+Blue) = 131+156+250=537 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.39% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #839CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839CFA is #7C6305. Grayscale: #9E9E9E. Windows color (decimal): -8151814 or 16424067. OLE color: 16424067.

HSL color Cylindrical-coordinate representation of color #839CFA: hue angle of 227.39º degrees, saturation: 0.92, 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 #839CFA is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB131156250-
CMYK0.480.3800.02
HSL227.39º92.25%74.71%-
HSV(B)227.39º47.6%98.04%-
XYZ38.535.595.27-
YUV159.24179.22107.86-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.39%
GREEN value IS 156 (61.33% from 255) = 29.05%
BLUE value IS 250 (98.05% from 255) = 46.55%
R=24.39%
G=29.05%
B=46.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1311562500.480.3800.02227.3992.2574.71
Hex839CFA302602e35c4b
Octal203234372604602343134113
Binary1000001110011100111110101100001001100101110001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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