Html Css Color HEX #849EDB Portage

📋 copy color: '#849EDB'

red 132 ◦ green 158 ◦ blue 219

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

Shades of Portage #849EDB

Tints of Portage #849EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.04%

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

R = 25.93%
G = 31.04%
B = 43.03%

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

#849EDB (or 0x849EDB) is known color: Portage. HEX triplet: 84, 9E and DB. RGB value is (132,158,219). Sum of RGB (Red+Green+Blue) = 132+158+219=509 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.93% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #849EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849EDB is #7B6124. Grayscale: #9C9C9C. Windows color (decimal): -8085797 or 14392964. OLE color: 14392964.

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

Color convert

RGB 132 158 219 -
CMYK 0.40 0.28 0 0.14
HSL 222.07º 0.55% 0.69% -
HSV(B) 222.07º 0.4% 0.86% -
XYZ 34.53 34.47 71.85 -
YUV 157.18 162.89 110.04 -
System Red Green Blue C M Y K H S L
Decimal 132 158 219 0.40 0.28 0 0.14 222.07 0.55 0.69
Hex 84 9E DB 28 1C 0 E DE 37 45
Octal 204 236 333 50 34 0 16 336 67 105
Binary 10000100 10011110 11011011 101000 11100 0 1110 11011110 110111 1000101

Color Harmonies of #849EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849EDB

Black with #849EDB

Text Example


Text Example

White with #849EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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