Html Css Color HEX #849EE0 Portage

📋 copy color: '#849EE0'

red 132 ◦ green 158 ◦ blue 224

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

Shades of Portage #849EE0

Tints of Portage #849EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.58%

R = 25.68%
G = 30.74%
B = 43.58%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#849EE0 (or 0x849EE0) is known color: Portage. HEX triplet: 84, 9E and E0. RGB value is (132,158,224). Sum of RGB (Red+Green+Blue) = 132+158+224=514 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.68% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 224 (87.89% from 255 or 43.58% from 514); Max value from RGB is 224 - color contains mainly: blue. Hex color #849EE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849EE0 is #7B611F. Grayscale: #9D9D9D. Windows color (decimal): -8085792 or 14720644. OLE color: 14720644.

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

Color convert

RGB 132 158 224 -
CMYK 0.41 0.29 0 0.12
HSL 223.04º 0.6% 0.7% -
HSV(B) 223.04º 0.41% 0.88% -
XYZ 35.2 34.74 75.37 -
YUV 157.75 165.39 109.63 -
System Red Green Blue C M Y K H S L
Decimal 132 158 224 0.41 0.29 0 0.12 223.04 0.6 0.7
Hex 84 9E E0 29 1D 0 C DF 3C 46
Octal 204 236 340 51 35 0 14 337 74 106
Binary 10000100 10011110 11100000 101001 11101 0 1100 11011111 111100 1000110

Color Harmonies of #849EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849EE0

Black with #849EE0

Text Example


Text Example

White with #849EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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