#839DF3

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

Shades of Portage #839DF3

Tints of Portage #839DF3

Color information

#839DF3 (or 0x839DF3) is unknown color: approx Portage. HEX triplet: 83, 9D and F3. RGB value is (131,157,243). Sum of RGB (Red+Green+Blue) = 131+157+243=531 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.67% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 243 (95.31% from 255 or 45.76% from 531); Max value from RGB is 243 - color contains mainly: blue. Hex color #839DF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839DF3 is #7C620C. Grayscale: #9E9E9E. Windows color (decimal): -8151565 or 15965571. OLE color: 15965571.

HSL color Cylindrical-coordinate representation of color #839DF3: hue angle of 226.07º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #839DF3 is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB131157243-
CMYK0.460.3500.05
HSL226.07º82.35%73.33%-
HSV(B)226.07º46.09%95.29%-
XYZ37.5935.4189.65-
YUV159.03175.39108.01-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.67%
GREEN value IS 157 (61.72% from 255) = 29.57%
BLUE value IS 243 (95.31% from 255) = 45.76%
R=24.67%
G=29.57%
B=45.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1311572430.460.3500.05226.0782.3573.33
Hex839DF32E2305e25249
Octal203235363564305342122111
Binary10000011100111011111001110111010001101011110001010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,157,243); }

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

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

 a { background-color: rgb(131,157,243); }

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

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

 span { border-color: rgb(131,157,243); }

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