#848CF1

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

Shades of Portage #848CF1

Tints of Portage #848CF1

Color information

#848CF1 (or 0x848CF1) is unknown color: approx Portage. HEX triplet: 84, 8C and F1. RGB value is (132,140,241). Sum of RGB (Red+Green+Blue) = 132+140+241=513 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.73% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #848CF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848CF1 is #7B730E. Grayscale: #949494. Windows color (decimal): -8090383 or 15830148. OLE color: 15830148.

HSL color Cylindrical-coordinate representation of color #848CF1: hue angle of 235.6º 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 #848CF1 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB132140241-
CMYK0.450.4200.05
HSL235.6º79.56%73.14%-
HSV(B)235.6º45.23%94.51%-
XYZ34.7730.0187.18-
YUV149.12179.85115.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.73%
GREEN value IS 140 (55.08% from 255) = 27.29%
BLUE value IS 241 (94.53% from 255) = 46.98%
R=25.73%
G=27.29%
B=46.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1321402410.450.4200.05235.679.5673.14
Hex848CF12D2A05ec5049
Octal204214361555205354120111
Binary10000100100011001111000110110110101001011110110010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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