Html Css Color HEX #849AE1 Portage

📋 copy color: '#849AE1'

red 132 ◦ green 154 ◦ blue 225

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

Shades of Portage #849AE1

Tints of Portage #849AE1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.14%

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

R = 25.83%
G = 30.14%
B = 44.03%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#849AE1 (or 0x849AE1) is known color: Portage. HEX triplet: 84, 9A and E1. RGB value is (132,154,225). Sum of RGB (Red+Green+Blue) = 132+154+225=511 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.83% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 225 (88.28% from 255 or 44.03% from 511); Max value from RGB is 225 - color contains mainly: blue. Hex color #849AE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849AE1 is #7B651E. Grayscale: #9B9B9B. Windows color (decimal): -8086815 or 14785156. OLE color: 14785156.

HSL color Cylindrical-coordinate representation of color #849AE1: hue angle of 225.81º 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 #849AE1 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 132 154 225 -
CMYK 0.41 0.32 0 0.12
HSL 225.81º 0.61% 0.7% -
HSV(B) 225.81º 0.41% 0.88% -
XYZ 34.66 33.45 75.86 -
YUV 155.52 167.21 111.23 -
System Red Green Blue C M Y K H S L
Decimal 132 154 225 0.41 0.32 0 0.12 225.81 0.61 0.7
Hex 84 9A E1 29 20 0 C E2 3D 46
Octal 204 232 341 51 40 0 14 342 75 106
Binary 10000100 10011010 11100001 101001 100000 0 1100 11100010 111101 1000110

Color Harmonies of #849AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849AE1

Black with #849AE1

Text Example


Text Example

White with #849AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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