Html Css Color HEX #849EDC Portage

📋 copy color: '#849EDC'

red 132 ◦ green 158 ◦ blue 220

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

Shades of Portage #849EDC

Tints of Portage #849EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.14%

R = 25.88%
G = 30.98%
B = 43.14%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#849EDC (or 0x849EDC) is known color: Portage. HEX triplet: 84, 9E and DC. RGB value is (132,158,220). Sum of RGB (Red+Green+Blue) = 132+158+220=510 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.88% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #849EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849EDC is #7B6123. Grayscale: #9D9D9D. Windows color (decimal): -8085796 or 14458500. OLE color: 14458500.

HSL color Cylindrical-coordinate representation of color #849EDC: hue angle of 222.27º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #849EDC is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 158 220 -
CMYK 0.40 0.28 0 0.14
HSL 222.27º 0.56% 0.69% -
HSV(B) 222.27º 0.4% 0.86% -
XYZ 34.66 34.53 72.55 -
YUV 157.29 163.39 109.96 -
System Red Green Blue C M Y K H S L
Decimal 132 158 220 0.40 0.28 0 0.14 222.27 0.56 0.69
Hex 84 9E DC 28 1C 0 E DE 38 45
Octal 204 236 334 50 34 0 16 336 70 105
Binary 10000100 10011110 11011100 101000 11100 0 1110 11011110 111000 1000101

Color Harmonies of #849EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849EDC

Black with #849EDC

Text Example


Text Example

White with #849EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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