#848FDE

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

Shades of Portage #848FDE

Tints of Portage #848FDE

Color information

#848FDE (or 0x848FDE) is unknown color: approx Portage. HEX triplet: 84, 8F and DE. RGB value is (132,143,222). Sum of RGB (Red+Green+Blue) = 132+143+222=497 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.56% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #848FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848FDE is #7B7021. Grayscale: #949494. Windows color (decimal): -8089634 or 14585732. OLE color: 14585732.

HSL color Cylindrical-coordinate representation of color #848FDE: hue angle of 232.67º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #848FDE is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132143222-
CMYK0.410.3600.13
HSL232.67º57.69%69.41%-
HSV(B)232.67º40.54%87.06%-
XYZ32.5229.8273.15-
YUV148.72169.36116.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.56%
GREEN value IS 143 (56.25% from 255) = 28.77%
BLUE value IS 222 (87.11% from 255) = 44.67%
R=26.56%
G=28.77%
B=44.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321432220.410.3600.13232.6757.6969.41
Hex848FDE29240De93a45
Octal204217336514401535172105
Binary10000100100011111101111010100110010001101111010011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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