Html Css Color HEX #849BE1 Portage

📋 copy color: '#849BE1'

red 132 ◦ green 155 ◦ blue 225

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

Shades of Portage #849BE1

Tints of Portage #849BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.95%

R = 25.78%
G = 30.27%
B = 43.95%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#849BE1 (or 0x849BE1) is known color: Portage. HEX triplet: 84, 9B and E1. RGB value is (132,155,225). Sum of RGB (Red+Green+Blue) = 132+155+225=512 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.78% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 225 - color contains mainly: blue. Hex color #849BE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849BE1 is #7B641E. Grayscale: #9B9B9B. Windows color (decimal): -8086559 or 14785412. OLE color: 14785412.

HSL color Cylindrical-coordinate representation of color #849BE1: hue angle of 225.16º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #849BE1 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 132 155 225 -
CMYK 0.41 0.31 0 0.12
HSL 225.16º 0.61% 0.7% -
HSV(B) 225.16º 0.41% 0.88% -
XYZ 34.83 33.78 75.92 -
YUV 156.1 166.88 110.81 -
System Red Green Blue C M Y K H S L
Decimal 132 155 225 0.41 0.31 0 0.12 225.16 0.61 0.7
Hex 84 9B E1 29 1F 0 C E1 3D 46
Octal 204 233 341 51 37 0 14 341 75 106
Binary 10000100 10011011 11100001 101001 11111 0 1100 11100001 111101 1000110

Color Harmonies of #849BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849BE1

Black with #849BE1

Text Example


Text Example

White with #849BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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