#849BDC

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

Shades of Portage #849BDC

Tints of Portage #849BDC

Color information

#849BDC (or 0x849BDC) is unknown color: approx Portage. HEX triplet: 84, 9B and DC. RGB value is (132,155,220). Sum of RGB (Red+Green+Blue) = 132+155+220=507 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.04% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #849BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849BDC is #7B6423. Grayscale: #9B9B9B. Windows color (decimal): -8086564 or 14457732. OLE color: 14457732.

HSL color Cylindrical-coordinate representation of color #849BDC: hue angle of 224.32º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #849BDC is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB132155220-
CMYK0.400.3000.14
HSL224.32º55.7%69.02%-
HSV(B)224.32º40%86.27%-
XYZ34.1633.5272.38-
YUV155.53164.38111.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.04%
GREEN value IS 155 (60.94% from 255) = 30.57%
BLUE value IS 220 (86.33% from 255) = 43.39%
R=26.04%
G=30.57%
B=43.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1321552200.400.3000.14224.3255.769.02
Hex849BDC281E0Ee03845
Octal204233334503601634070105
Binary1000010010011011110111001010001111001110111000001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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