#848BDF

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

Shades of Portage #848BDF

Tints of Portage #848BDF

Color information

#848BDF (or 0x848BDF) is unknown color: approx Portage. HEX triplet: 84, 8B and DF. RGB value is (132,139,223). Sum of RGB (Red+Green+Blue) = 132+139+223=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #848BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848BDF is #7B7420. Grayscale: #929292. Windows color (decimal): -8090657 or 14650244. OLE color: 14650244.

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

Color convert

RGB132139223-
CMYK0.410.3800.13
HSL235.38º58.71%69.61%-
HSV(B)235.38º40.81%87.45%-
XYZ32.0728.773.66-
YUV146.48171.18117.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.72%
GREEN value IS 139 (54.69% from 255) = 28.14%
BLUE value IS 223 (87.5% from 255) = 45.14%
R=26.72%
G=28.14%
B=45.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321392230.410.3800.13235.3858.7169.61
Hex848BDF29260Deb3b46
Octal204213337514601535373106
Binary10000100100010111101111110100110011001101111010111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,139,223); }

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

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

 a { background-color: rgb(132,139,223); }

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

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

 span { border-color: rgb(132,139,223); }

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