#849EFE

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

Shades of Portage #849EFE

Tints of Portage #849EFE

Color information

#849EFE (or 0x849EFE) is unknown color: approx Portage. HEX triplet: 84, 9E and FE. RGB value is (132,158,254). Sum of RGB (Red+Green+Blue) = 132+158+254=544 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.26% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #849EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849EFE is #7B6101. Grayscale: #A0A0A0. Windows color (decimal): -8085762 or 16686724. OLE color: 16686724.

HSL color Cylindrical-coordinate representation of color #849EFE: hue angle of 227.21º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #849EFE is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB132158254-
CMYK0.480.3800.00
HSL227.21º98.39%75.69%-
HSV(B)227.21º48.03%99.61%-
XYZ39.6336.5298.73-
YUV161.17180.39107.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.26%
GREEN value IS 158 (62.11% from 255) = 29.04%
BLUE value IS 254 (99.61% from 255) = 46.69%
R=24.26%
G=29.04%
B=46.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1321582540.480.3800.00227.2198.3975.69
Hex849EFE302600e3624c
Octal204236376604600343142114
Binary100001001001111011111110110000100110001110001111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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