#848CDA

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

Shades of Portage #848CDA

Tints of Portage #848CDA

Color information

#848CDA (or 0x848CDA) is unknown color: approx Portage. HEX triplet: 84, 8C and DA. RGB value is (132,140,218). Sum of RGB (Red+Green+Blue) = 132+140+218=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #848CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848CDA is #7B7325. Grayscale: #929292. Windows color (decimal): -8090406 or 14322820. OLE color: 14322820.

HSL color Cylindrical-coordinate representation of color #848CDA: hue angle of 234.42º 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 #848CDA is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB132140218-
CMYK0.390.3600.15
HSL234.42º53.75%68.63%-
HSV(B)234.42º39.45%85.49%-
XYZ31.5528.7270.21-
YUV146.5168.35117.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.94%
GREEN value IS 140 (55.08% from 255) = 28.57%
BLUE value IS 218 (85.55% from 255) = 44.49%
R=26.94%
G=28.57%
B=44.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1321402180.390.3600.15234.4253.7568.63
Hex848CDA27240Fea3645
Octal204214332474401735266105
Binary10000100100011001101101010011110010001111111010101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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