#839AF0

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

Shades of Portage #839AF0

Tints of Portage #839AF0

Color information

#839AF0 (or 0x839AF0) is unknown color: approx Portage. HEX triplet: 83, 9A and F0. RGB value is (131,154,240). Sum of RGB (Red+Green+Blue) = 131+154+240=525 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.95% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 240 (94.14% from 255 or 45.71% from 525); Max value from RGB is 240 - color contains mainly: blue. Hex color #839AF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839AF0 is #7C650F. Grayscale: #9C9C9C. Windows color (decimal): -8152336 or 15768195. OLE color: 15768195.

HSL color Cylindrical-coordinate representation of color #839AF0: hue angle of 227.34º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #839AF0 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB131154240-
CMYK0.450.3600.06
HSL227.34º78.42%72.75%-
HSV(B)227.34º45.42%94.12%-
XYZ36.6434.2387.11-
YUV156.93174.88109.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.95%
GREEN value IS 154 (60.55% from 255) = 29.33%
BLUE value IS 240 (94.14% from 255) = 45.71%
R=24.95%
G=29.33%
B=45.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1311542400.450.3600.06227.3478.4272.75
Hex839AF02D2406e34e49
Octal203232360554406343116111
Binary10000011100110101111000010110110010001101110001110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,154,240); }

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

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

 a { background-color: rgb(131,154,240); }

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

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

 span { border-color: rgb(131,154,240); }

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