Html Css Color HEX #849DEC Portage

📋 copy color: '#849DEC'

red 132 ◦ green 157 ◦ blue 236

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

Shades of Portage #849DEC

Tints of Portage #849DEC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.9%

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

R = 25.14%
G = 29.9%
B = 44.95%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#849DEC (or 0x849DEC) is known color: Portage. HEX triplet: 84, 9D and EC. RGB value is (132,157,236). Sum of RGB (Red+Green+Blue) = 132+157+236=525 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.14% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #849DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849DEC is #7B6213. Grayscale: #9E9E9E. Windows color (decimal): -8086036 or 15506820. OLE color: 15506820.

HSL color Cylindrical-coordinate representation of color #849DEC: hue angle of 225.58º 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 #849DEC is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 157 236 -
CMYK 0.44 0.33 0 0.07
HSL 225.58º 0.73% 0.72% -
HSV(B) 225.58º 0.44% 0.93% -
XYZ 36.71 35.08 84.19 -
YUV 158.53 171.72 109.08 -
System Red Green Blue C M Y K H S L
Decimal 132 157 236 0.44 0.33 0 0.07 225.58 0.73 0.72
Hex 84 9D EC 2C 21 0 7 E2 49 48
Octal 204 235 354 54 41 0 7 342 111 110
Binary 10000100 10011101 11101100 101100 100001 0 111 11100010 1001001 1001000

Color Harmonies of #849DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849DEC

Black with #849DEC

Text Example


Text Example

White with #849DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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