#848FD8

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

Shades of Portage #848FD8

Tints of Portage #848FD8

Color information

#848FD8 (or 0x848FD8) is unknown color: approx Portage. HEX triplet: 84, 8F and D8. RGB value is (132,143,216). Sum of RGB (Red+Green+Blue) = 132+143+216=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 216 (84.77% from 255 or 43.99% from 491); Max value from RGB is 216 - color contains mainly: blue. Hex color #848FD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848FD8 is #7B7027. Grayscale: #939393. Windows color (decimal): -8089640 or 14192516. OLE color: 14192516.

HSL color Cylindrical-coordinate representation of color #848FD8: hue angle of 232.14º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #848FD8 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB132143216-
CMYK0.390.3400.15
HSL232.14º51.85%68.24%-
HSV(B)232.14º38.89%84.71%-
XYZ31.7329.5168.99-
YUV148.03166.36116.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.88%
GREEN value IS 143 (56.25% from 255) = 29.12%
BLUE value IS 216 (84.77% from 255) = 43.99%
R=26.88%
G=29.12%
B=43.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1321432160.390.3400.15232.1451.8568.24
Hex848FD827220Fe83444
Octal204217330474201735064104
Binary10000100100011111101100010011110001001111111010001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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