#848FD5

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

Shades of Portage #848FD5

Tints of Portage #848FD5

Color information

#848FD5 (or 0x848FD5) is unknown color: approx Portage. HEX triplet: 84, 8F and D5. RGB value is (132,143,213). Sum of RGB (Red+Green+Blue) = 132+143+213=488 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.05% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #848FD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848FD5 is #7B702A. Grayscale: #939393. Windows color (decimal): -8089643 or 13995908. OLE color: 13995908.

HSL color Cylindrical-coordinate representation of color #848FD5: hue angle of 231.85º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #848FD5 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB132143213-
CMYK0.380.3300.16
HSL231.85º49.09%67.65%-
HSV(B)231.85º38.03%83.53%-
XYZ31.3529.3566.96-
YUV147.69164.86116.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.05%
GREEN value IS 143 (56.25% from 255) = 29.30%
BLUE value IS 213 (83.59% from 255) = 43.65%
R=27.05%
G=29.30%
B=43.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1321432130.380.3300.16231.8549.0967.65
Hex848FD52621010e83144
Octal204217325464102035061104
Binary100001001000111111010101100110100001010000111010001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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