Html Css Color HEX #849CDB Portage

📋 copy color: '#849CDB'

red 132 ◦ green 156 ◦ blue 219

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

Shades of Portage #849CDB

Tints of Portage #849CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.2%

R = 26.04%
G = 30.77%
B = 43.2%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#849CDB (or 0x849CDB) is known color: Portage. HEX triplet: 84, 9C and DB. RGB value is (132,156,219). Sum of RGB (Red+Green+Blue) = 132+156+219=507 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.04% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #849CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849CDB is #7B6324. Grayscale: #9B9B9B. Windows color (decimal): -8086309 or 14392452. OLE color: 14392452.

HSL color Cylindrical-coordinate representation of color #849CDB: hue angle of 223.45º degrees, saturation: 0.55, 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 #849CDB is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 156 219 -
CMYK 0.40 0.29 0 0.14
HSL 223.45º 0.55% 0.69% -
HSV(B) 223.45º 0.4% 0.86% -
XYZ 34.19 33.8 71.74 -
YUV 156.01 163.55 110.88 -
System Red Green Blue C M Y K H S L
Decimal 132 156 219 0.40 0.29 0 0.14 223.45 0.55 0.69
Hex 84 9C DB 28 1D 0 E DF 37 45
Octal 204 234 333 50 35 0 16 337 67 105
Binary 10000100 10011100 11011011 101000 11101 0 1110 11011111 110111 1000101

Color Harmonies of #849CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849CDB

Black with #849CDB

Text Example


Text Example

White with #849CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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