Html Css Color HEX #849FDB Portage

📋 copy color: '#849FDB'

red 132 ◦ green 159 ◦ blue 219

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

Shades of Portage #849FDB

Tints of Portage #849FDB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.18%

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

R = 25.88%
G = 31.18%
B = 42.94%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#849FDB (or 0x849FDB) is known color: Portage. HEX triplet: 84, 9F and DB. RGB value is (132,159,219). Sum of RGB (Red+Green+Blue) = 132+159+219=510 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.88% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #849FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849FDB is #7B6024. Grayscale: #9D9D9D. Windows color (decimal): -8085541 or 14393220. OLE color: 14393220.

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

Color convert

RGB 132 159 219 -
CMYK 0.40 0.27 0 0.14
HSL 221.38º 0.55% 0.69% -
HSV(B) 221.38º 0.4% 0.86% -
XYZ 34.7 34.82 71.91 -
YUV 157.77 162.55 109.62 -
System Red Green Blue C M Y K H S L
Decimal 132 159 219 0.40 0.27 0 0.14 221.38 0.55 0.69
Hex 84 9F DB 28 1B 0 E DD 37 45
Octal 204 237 333 50 33 0 16 335 67 105
Binary 10000100 10011111 11011011 101000 11011 0 1110 11011101 110111 1000101

Color Harmonies of #849FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849FDB

Black with #849FDB

Text Example


Text Example

White with #849FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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