Html Css Color HEX #849CDD Portage

📋 copy color: '#849CDD'

red 132 ◦ green 156 ◦ blue 221

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

Shades of Portage #849CDD

Tints of Portage #849CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.65%

 BLUE value IS 221 (86.72% from 255) = 43.42%

R = 25.93%
G = 30.65%
B = 43.42%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#849CDD (or 0x849CDD) is known color: Portage. HEX triplet: 84, 9C and DD. RGB value is (132,156,221). Sum of RGB (Red+Green+Blue) = 132+156+221=509 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.93% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #849CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849CDD is #7B6322. Grayscale: #9B9B9B. Windows color (decimal): -8086307 or 14523524. OLE color: 14523524.

HSL color Cylindrical-coordinate representation of color #849CDD: hue angle of 223.82º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #849CDD is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 156 221 -
CMYK 0.40 0.29 0 0.13
HSL 223.82º 0.57% 0.69% -
HSV(B) 223.82º 0.4% 0.87% -
XYZ 34.46 33.9 73.13 -
YUV 156.23 164.55 110.71 -
System Red Green Blue C M Y K H S L
Decimal 132 156 221 0.40 0.29 0 0.13 223.82 0.57 0.69
Hex 84 9C DD 28 1D 0 D E0 39 45
Octal 204 234 335 50 35 0 15 340 71 105
Binary 10000100 10011100 11011101 101000 11101 0 1101 11100000 111001 1000101

Color Harmonies of #849CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849CDD

Black with #849CDD

Text Example


Text Example

White with #849CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,156,221); }

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

background-color css

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

 a { background-color: rgb(132,156,221); }

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

border-color css

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

 span { border-color: rgb(132,156,221); }

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