#849CFD

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

Shades of Portage #849CFD

Tints of Portage #849CFD

Color information

#849CFD (or 0x849CFD) is unknown color: approx Portage. HEX triplet: 84, 9C and FD. RGB value is (132,156,253). Sum of RGB (Red+Green+Blue) = 132+156+253=541 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.40% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #849CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849CFD is #7B6302. Grayscale: #9F9F9F. Windows color (decimal): -8086275 or 16620676. OLE color: 16620676.

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

Color convert

RGB132156253-
CMYK0.480.3800.01
HSL228.1º96.8%75.49%-
HSV(B)228.1º47.83%99.22%-
XYZ39.1335.7797.77-
YUV159.88180.55108.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.40%
GREEN value IS 156 (61.33% from 255) = 28.84%
BLUE value IS 253 (99.22% from 255) = 46.77%
R=24.40%
G=28.84%
B=46.77%

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
Decimal1321562530.480.3800.01228.196.875.49
Hex849CFD302601e4614b
Octal204234375604601344141113
Binary100001001001110011111101110000100110011110010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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