#849AFD

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

Shades of Portage #849AFD

Tints of Portage #849AFD

Color information

#849AFD (or 0x849AFD) is unknown color: approx Portage. HEX triplet: 84, 9A and FD. RGB value is (132,154,253). Sum of RGB (Red+Green+Blue) = 132+154+253=539 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.49% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #849AFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849AFD is #7B6502. Grayscale: #9E9E9E. Windows color (decimal): -8086787 or 16620164. OLE color: 16620164.

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

Color convert

RGB132154253-
CMYK0.480.3900.01
HSL229.09º96.8%75.49%-
HSV(B)229.09º47.83%99.22%-
XYZ38.835.1197.66-
YUV158.71181.21108.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.49%
GREEN value IS 154 (60.55% from 255) = 28.57%
BLUE value IS 253 (99.22% from 255) = 46.94%
R=24.49%
G=28.57%
B=46.94%

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
Decimal1321542530.480.3900.01229.0996.875.49
Hex849AFD302701e5614b
Octal204232375604701345141113
Binary100001001001101011111101110000100111011110010111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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