Html Css Color HEX #849ACC Portage

📋 copy color: '#849ACC'

red 132 ◦ green 154 ◦ blue 204

#849ACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #849ACC

Tints of Portage #849ACC

RGB

 RED value IS 132 (51.95% from 255) = 26.94%

 GREEN value IS 154 (60.55% from 255) = 31.43%

 BLUE value IS 204 (80.08% from 255) = 41.63%

R = 26.94%
G = 31.43%
B = 41.63%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#849ACC (or 0x849ACC) is known color: Portage. HEX triplet: 84, 9A and CC. RGB value is (132,154,204). Sum of RGB (Red+Green+Blue) = 132+154+204=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #849ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849ACC is #7B6533. Grayscale: #989898. Windows color (decimal): -8086836 or 13408900. OLE color: 13408900.

HSL color Cylindrical-coordinate representation of color #849ACC: hue angle of 221.67º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #849ACC is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 132 154 204 -
CMYK 0.35 0.25 0 0.2
HSL 221.67º 0.41% 0.66% -
HSV(B) 221.67º 0.35% 0.8% -
XYZ 31.97 32.38 61.69 -
YUV 153.12 156.71 112.93 -
System Red Green Blue C M Y K H S L
Decimal 132 154 204 0.35 0.25 0 0.2 221.67 0.41 0.66
Hex 84 9A CC 23 19 0 14 DE 29 42
Octal 204 232 314 43 31 0 24 336 51 102
Binary 10000100 10011010 11001100 100011 11001 0 10100 11011110 101001 1000010

Color Harmonies of #849ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849ACC

Black with #849ACC

Text Example


Text Example

White with #849ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #849ACC;
 }
 .AnyTagClassName
 {
   color: #849ACC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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