Html Css Color HEX #849BD6 Portage

📋 copy color: '#849BD6'

red 132 ◦ green 155 ◦ blue 214

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

Shades of Portage #849BD6

Tints of Portage #849BD6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.94%

 BLUE value IS 214 (83.98% from 255) = 42.71%

R = 26.35%
G = 30.94%
B = 42.71%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#849BD6 (or 0x849BD6) is known color: Portage. HEX triplet: 84, 9B and D6. RGB value is (132,155,214). Sum of RGB (Red+Green+Blue) = 132+155+214=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 214 (83.98% from 255 or 42.71% from 501); Max value from RGB is 214 - color contains mainly: blue. Hex color #849BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849BD6 is #7B6429. Grayscale: #9A9A9A. Windows color (decimal): -8086570 or 14064516. OLE color: 14064516.

HSL color Cylindrical-coordinate representation of color #849BD6: hue angle of 223.17º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #849BD6 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 132 155 214 -
CMYK 0.38 0.28 0 0.16
HSL 223.17º 0.5% 0.68% -
HSV(B) 223.17º 0.38% 0.84% -
XYZ 33.37 33.2 68.27 -
YUV 154.85 161.38 111.7 -
System Red Green Blue C M Y K H S L
Decimal 132 155 214 0.38 0.28 0 0.16 223.17 0.5 0.68
Hex 84 9B D6 26 1C 0 10 DF 32 44
Octal 204 233 326 46 34 0 20 337 62 104
Binary 10000100 10011011 11010110 100110 11100 0 10000 11011111 110010 1000100

Color Harmonies of #849BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849BD6

Black with #849BD6

Text Example


Text Example

White with #849BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,155,214); }

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

background-color css

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

 a { background-color: rgb(132,155,214); }

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

border-color css

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

 span { border-color: rgb(132,155,214); }

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