Html Css Color HEX #849AEC Portage

📋 copy color: '#849AEC'

red 132 ◦ green 154 ◦ blue 236

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

Shades of Portage #849AEC

Tints of Portage #849AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.21%

R = 25.29%
G = 29.5%
B = 45.21%

CMYK

 C value IS 0.44

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#849AEC (or 0x849AEC) is known color: Portage. HEX triplet: 84, 9A and EC. RGB value is (132,154,236). Sum of RGB (Red+Green+Blue) = 132+154+236=522 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.29% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #849AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849AEC is #7B6513. Grayscale: #9C9C9C. Windows color (decimal): -8086804 or 15506052. OLE color: 15506052.

HSL color Cylindrical-coordinate representation of color #849AEC: hue angle of 227.31º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #849AEC is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 154 236 -
CMYK 0.44 0.35 0 0.07
HSL 227.31º 0.73% 0.72% -
HSV(B) 227.31º 0.44% 0.93% -
XYZ 36.21 34.07 84.03 -
YUV 156.77 172.71 110.33 -
System Red Green Blue C M Y K H S L
Decimal 132 154 236 0.44 0.35 0 0.07 227.31 0.73 0.72
Hex 84 9A EC 2C 23 0 7 E3 49 48
Octal 204 232 354 54 43 0 7 343 111 110
Binary 10000100 10011010 11101100 101100 100011 0 111 11100011 1001001 1001000

Color Harmonies of #849AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849AEC

Black with #849AEC

Text Example


Text Example

White with #849AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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