#849DEE

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

Shades of Portage #849DEE

Tints of Portage #849DEE

Color information

#849DEE (or 0x849DEE) is unknown color: approx Portage. HEX triplet: 84, 9D and EE. RGB value is (132,157,238). Sum of RGB (Red+Green+Blue) = 132+157+238=527 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.05% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #849DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849DEE is #7B6211. Grayscale: #9E9E9E. Windows color (decimal): -8086034 or 15637892. OLE color: 15637892.

HSL color Cylindrical-coordinate representation of color #849DEE: hue angle of 225.85º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #849DEE is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB132157238-
CMYK0.450.3400.07
HSL225.85º75.71%72.55%-
HSV(B)225.85º44.54%93.33%-
XYZ37.0135.1985.73-
YUV158.76172.72108.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.05%
GREEN value IS 157 (61.72% from 255) = 29.79%
BLUE value IS 238 (93.36% from 255) = 45.16%
R=25.05%
G=29.79%
B=45.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1321572380.450.3400.07225.8575.7172.55
Hex849DEE2D2207e24c49
Octal204235356554207342114111
Binary10000100100111011110111010110110001001111110001010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,157,238); }

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

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

 a { background-color: rgb(132,157,238); }

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

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

 span { border-color: rgb(132,157,238); }

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