Html Css Color HEX #849DDB Portage

📋 copy color: '#849DDB'

red 132 ◦ green 157 ◦ blue 219

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

Shades of Portage #849DDB

Tints of Portage #849DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.91%

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

R = 25.98%
G = 30.91%
B = 43.11%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#849DDB (or 0x849DDB) is known color: Portage. HEX triplet: 84, 9D and DB. RGB value is (132,157,219). Sum of RGB (Red+Green+Blue) = 132+157+219=508 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.98% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #849DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849DDB is #7B6224. Grayscale: #9C9C9C. Windows color (decimal): -8086053 or 14392708. OLE color: 14392708.

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

Color convert

RGB 132 157 219 -
CMYK 0.40 0.28 0 0.14
HSL 222.76º 0.55% 0.69% -
HSV(B) 222.76º 0.4% 0.86% -
XYZ 34.36 34.13 71.8 -
YUV 156.59 163.22 110.46 -
System Red Green Blue C M Y K H S L
Decimal 132 157 219 0.40 0.28 0 0.14 222.76 0.55 0.69
Hex 84 9D DB 28 1C 0 E DF 37 45
Octal 204 235 333 50 34 0 16 337 67 105
Binary 10000100 10011101 11011011 101000 11100 0 1110 11011111 110111 1000101

Color Harmonies of #849DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849DDB

Black with #849DDB

Text Example


Text Example

White with #849DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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