#848FE1

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

Shades of Portage #848FE1

Tints of Portage #848FE1

Color information

#848FE1 (or 0x848FE1) is unknown color: approx Portage. HEX triplet: 84, 8F and E1. RGB value is (132,143,225). Sum of RGB (Red+Green+Blue) = 132+143+225=500 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.4% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 225 (88.28% from 255 or 45% from 500); Max value from RGB is 225 - color contains mainly: blue. Hex color #848FE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848FE1 is #7B701E. Grayscale: #949494. Windows color (decimal): -8089631 or 14782340. OLE color: 14782340.

HSL color Cylindrical-coordinate representation of color #848FE1: hue angle of 232.9º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #848FE1 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB132143225-
CMYK0.410.3600.12
HSL232.9º60.78%70%-
HSV(B)232.9º41.33%88.24%-
XYZ32.9329.9975.29-
YUV149.06170.86115.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.4%
GREEN value IS 143 (56.25% from 255) = 28.6%
BLUE value IS 225 (88.28% from 255) = 45%
R=26.4%
G=28.6%
B=45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1321432250.410.3600.12232.960.7870
Hex848FE129240Ce93d46
Octal204217341514401435175106
Binary10000100100011111110000110100110010001100111010011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848FE1; }

 p { color: rgb(132,143,225); }

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

<style>
 a { background-color: #848FE1; }

 a { background-color: rgb(132,143,225); }

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

<style>
 span { border-color: #848FE1; }

 span { border-color: rgb(132,143,225); }

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