#849EEE

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

Shades of Portage #849EEE

Tints of Portage #849EEE

Color information

#849EEE (or 0x849EEE) is unknown color: approx Portage. HEX triplet: 84, 9E and EE. RGB value is (132,158,238). Sum of RGB (Red+Green+Blue) = 132+158+238=528 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #849EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849EEE is #7B6111. Grayscale: #9F9F9F. Windows color (decimal): -8085778 or 15638148. OLE color: 15638148.

HSL color Cylindrical-coordinate representation of color #849EEE: hue angle of 225.28º 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 #849EEE is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB132158238-
CMYK0.450.3400.07
HSL225.28º75.71%72.55%-
HSV(B)225.28º44.54%93.33%-
XYZ37.1835.5385.79-
YUV159.35172.39108.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25%
GREEN value IS 158 (62.11% from 255) = 29.92%
BLUE value IS 238 (93.36% from 255) = 45.08%
R=25%
G=29.92%
B=45.08%

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
Decimal1321582380.450.3400.07225.2875.7172.55
Hex849EEE2D2207e14c49
Octal204236356554207341114111
Binary10000100100111101110111010110110001001111110000110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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