#849BED

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

Shades of Portage #849BED

Tints of Portage #849BED

Color information

#849BED (or 0x849BED) is unknown color: approx Portage. HEX triplet: 84, 9B and ED. RGB value is (132,155,237). Sum of RGB (Red+Green+Blue) = 132+155+237=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #849BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849BED is #7B6412. Grayscale: #9D9D9D. Windows color (decimal): -8086547 or 15571844. OLE color: 15571844.

HSL color Cylindrical-coordinate representation of color #849BED: hue angle of 226.86º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #849BED is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB132155237-
CMYK0.440.3500.07
HSL226.86º74.47%72.35%-
HSV(B)226.86º44.3%92.94%-
XYZ36.5234.4684.85-
YUV157.47172.88109.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.19%
GREEN value IS 155 (60.94% from 255) = 29.58%
BLUE value IS 237 (92.97% from 255) = 45.23%
R=25.19%
G=29.58%
B=45.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1321552370.440.3500.07226.8674.4772.35
Hex849BED2C2307e34a48
Octal204233355544307343112110
Binary10000100100110111110110110110010001101111110001110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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