#839AFD

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

Shades of Portage #839AFD

Tints of Portage #839AFD

Color information

#839AFD (or 0x839AFD) is unknown color: approx Portage. HEX triplet: 83, 9A and FD. RGB value is (131,154,253). Sum of RGB (Red+Green+Blue) = 131+154+253=538 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.35% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #839AFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839AFD is #7C6502. Grayscale: #9D9D9D. Windows color (decimal): -8152323 or 16620163. OLE color: 16620163.

HSL color Cylindrical-coordinate representation of color #839AFD: hue angle of 228.69º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #839AFD is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB131154253-
CMYK0.480.3900.01
HSL228.69º96.83%75.29%-
HSV(B)228.69º48.22%99.22%-
XYZ38.6535.0397.65-
YUV158.41181.38108.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.35%
GREEN value IS 154 (60.55% from 255) = 28.62%
BLUE value IS 253 (99.22% from 255) = 47.03%
R=24.35%
G=28.62%
B=47.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1311542530.480.3900.01228.6996.8375.29
Hex839AFD302701e5614b
Octal203232375604701345141113
Binary100000111001101011111101110000100111011110010111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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