#848FDA

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

Shades of Portage #848FDA

Tints of Portage #848FDA

Color information

#848FDA (or 0x848FDA) is unknown color: approx Portage. HEX triplet: 84, 8F and DA. RGB value is (132,143,218). Sum of RGB (Red+Green+Blue) = 132+143+218=493 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.77% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #848FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848FDA is #7B7025. Grayscale: #939393. Windows color (decimal): -8089638 or 14323588. OLE color: 14323588.

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

Color convert

RGB132143218-
CMYK0.390.3400.15
HSL232.33º53.75%68.63%-
HSV(B)232.33º39.45%85.49%-
XYZ31.9929.6170.36-
YUV148.26167.36116.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.77%
GREEN value IS 143 (56.25% from 255) = 29.01%
BLUE value IS 218 (85.55% from 255) = 44.22%
R=26.77%
G=29.01%
B=44.22%

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
Decimal1321432180.390.3400.15232.3353.7568.63
Hex848FDA27220Fe83645
Octal204217332474201735066105
Binary10000100100011111101101010011110001001111111010001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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