#849DFD

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

Shades of Portage #849DFD

Tints of Portage #849DFD

Color information

#849DFD (or 0x849DFD) is unknown color: approx Portage. HEX triplet: 84, 9D and FD. RGB value is (132,157,253). Sum of RGB (Red+Green+Blue) = 132+157+253=542 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.35% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #849DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849DFD is #7B6202. Grayscale: #A0A0A0. Windows color (decimal): -8086019 or 16620932. OLE color: 16620932.

HSL color Cylindrical-coordinate representation of color #849DFD: hue angle of 227.6º 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 #849DFD is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB132157253-
CMYK0.480.3800.01
HSL227.6º96.8%75.49%-
HSV(B)227.6º47.83%99.22%-
XYZ39.336.1197.83-
YUV160.47180.22107.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.35%
GREEN value IS 157 (61.72% from 255) = 28.97%
BLUE value IS 253 (99.22% from 255) = 46.68%
R=24.35%
G=28.97%
B=46.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1321572530.480.3800.01227.696.875.49
Hex849DFD302601e4614b
Octal204235375604601344141113
Binary100001001001110111111101110000100110011110010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849DFD; }

 p { color: rgb(132,157,253); }

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

<style>
 a { background-color: #849DFD; }

 a { background-color: rgb(132,157,253); }

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

<style>
 span { border-color: #849DFD; }

 span { border-color: rgb(132,157,253); }

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