#849AF1

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

Shades of Portage #849AF1

Tints of Portage #849AF1

Color information

#849AF1 (or 0x849AF1) is unknown color: approx Portage. HEX triplet: 84, 9A and F1. RGB value is (132,154,241). Sum of RGB (Red+Green+Blue) = 132+154+241=527 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.05% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #849AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849AF1 is #7B650E. Grayscale: #9C9C9C. Windows color (decimal): -8086799 or 15833732. OLE color: 15833732.

HSL color Cylindrical-coordinate representation of color #849AF1: hue angle of 227.89º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #849AF1 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB132154241-
CMYK0.450.3600.05
HSL227.89º79.56%73.14%-
HSV(B)227.89º45.23%94.51%-
XYZ36.9534.3787.91-
YUV157.34175.21109.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.05%
GREEN value IS 154 (60.55% from 255) = 29.22%
BLUE value IS 241 (94.53% from 255) = 45.73%
R=25.05%
G=29.22%
B=45.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1321542410.450.3600.05227.8979.5673.14
Hex849AF12D2405e45049
Octal204232361554405344120111
Binary10000100100110101111000110110110010001011110010010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,154,241); }

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

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

 a { background-color: rgb(132,154,241); }

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

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

 span { border-color: rgb(132,154,241); }

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