#849BFD

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

Shades of Portage #849BFD

Tints of Portage #849BFD

Color information

#849BFD (or 0x849BFD) is unknown color: approx Portage. HEX triplet: 84, 9B and FD. RGB value is (132,155,253). Sum of RGB (Red+Green+Blue) = 132+155+253=540 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.44% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #849BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849BFD is #7B6402. Grayscale: #9E9E9E. Windows color (decimal): -8086531 or 16620420. OLE color: 16620420.

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

Color convert

RGB132155253-
CMYK0.480.3900.01
HSL228.6º96.8%75.49%-
HSV(B)228.6º47.83%99.22%-
XYZ38.9735.4497.72-
YUV159.3180.88108.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.44%
GREEN value IS 155 (60.94% from 255) = 28.70%
BLUE value IS 253 (99.22% from 255) = 46.85%
R=24.44%
G=28.70%
B=46.85%

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
Decimal1321552530.480.3900.01228.696.875.49
Hex849BFD302701e5614b
Octal204233375604701345141113
Binary100001001001101111111101110000100111011110010111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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