#849BDE

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

Shades of Portage #849BDE

Tints of Portage #849BDE

Color information

#849BDE (or 0x849BDE) is unknown color: approx Portage. HEX triplet: 84, 9B and DE. RGB value is (132,155,222). Sum of RGB (Red+Green+Blue) = 132+155+222=509 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.93% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #849BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849BDE is #7B6421. Grayscale: #9B9B9B. Windows color (decimal): -8086562 or 14588804. OLE color: 14588804.

HSL color Cylindrical-coordinate representation of color #849BDE: hue angle of 224.67º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #849BDE is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132155222-
CMYK0.410.3000.13
HSL224.67º57.69%69.41%-
HSV(B)224.67º40.54%87.06%-
XYZ34.4233.6273.78-
YUV155.76165.38111.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.93%
GREEN value IS 155 (60.94% from 255) = 30.45%
BLUE value IS 222 (87.11% from 255) = 43.61%
R=25.93%
G=30.45%
B=43.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321552220.410.3000.13224.6757.6969.41
Hex849BDE291E0De13a45
Octal204233336513601534172105
Binary1000010010011011110111101010011111001101111000011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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