Html Css Color HEX #849ACD Portage

📋 copy color: '#849ACD'

red 132 ◦ green 154 ◦ blue 205

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

Shades of Portage #849ACD

Tints of Portage #849ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.75%

R = 26.88%
G = 31.36%
B = 41.75%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#849ACD (or 0x849ACD) is known color: Portage. HEX triplet: 84, 9A and CD. RGB value is (132,154,205). Sum of RGB (Red+Green+Blue) = 132+154+205=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #849ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849ACD is #7B6532. Grayscale: #999999. Windows color (decimal): -8086835 or 13474436. OLE color: 13474436.

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

Color convert

RGB 132 154 205 -
CMYK 0.36 0.25 0 0.20
HSL 221.92º 0.42% 0.66% -
HSV(B) 221.92º 0.36% 0.8% -
XYZ 32.09 32.42 62.32 -
YUV 153.24 157.21 112.85 -
System Red Green Blue C M Y K H S L
Decimal 132 154 205 0.36 0.25 0 0.20 221.92 0.42 0.66
Hex 84 9A CD 24 19 0 14 DE 2A 42
Octal 204 232 315 44 31 0 24 336 52 102
Binary 10000100 10011010 11001101 100100 11001 0 10100 11011110 101010 1000010

Color Harmonies of #849ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849ACD

Black with #849ACD

Text Example


Text Example

White with #849ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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