#849ADC

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

Shades of Portage #849ADC

Tints of Portage #849ADC

Color information

#849ADC (or 0x849ADC) is unknown color: approx Portage. HEX triplet: 84, 9A and DC. RGB value is (132,154,220). Sum of RGB (Red+Green+Blue) = 132+154+220=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #849ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849ADC is #7B6523. Grayscale: #9A9A9A. Windows color (decimal): -8086820 or 14457476. OLE color: 14457476.

HSL color Cylindrical-coordinate representation of color #849ADC: hue angle of 225º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #849ADC is Cyan = 0.40, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB132154220-
CMYK0.400.300.14
HSL225º55.7%69.02%-
HSV(B)225º40%86.27%-
XYZ33.9933.1872.32-
YUV154.95164.71111.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.09%
GREEN value IS 154 (60.55% from 255) = 30.43%
BLUE value IS 220 (86.33% from 255) = 43.48%
R=26.09%
G=30.43%
B=43.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1321542200.400.300.1422555.769.02
Hex849ADC281E0Ee13845
Octal204232334503601634170105
Binary1000010010011010110111001010001111001110111000011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849ADC; }

 p { color: rgb(132,154,220); }

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

<style>
 a { background-color: #849ADC; }

 a { background-color: rgb(132,154,220); }

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

<style>
 span { border-color: #849ADC; }

 span { border-color: rgb(132,154,220); }

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