Html Css Color HEX #8491DC Portage

📋 copy color: '#8491DC'

red 132 ◦ green 145 ◦ blue 220

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

Shades of Portage #8491DC

Tints of Portage #8491DC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.18%

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

R = 26.56%
G = 29.18%
B = 44.27%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8491DC (or 0x8491DC) is known color: Portage. HEX triplet: 84, 91 and DC. RGB value is (132,145,220). Sum of RGB (Red+Green+Blue) = 132+145+220=497 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.56% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #8491DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8491DC is #7B6E23. Grayscale: #959595. Windows color (decimal): -8089124 or 14455172. OLE color: 14455172.

HSL color Cylindrical-coordinate representation of color #8491DC: hue angle of 231.14º 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 #8491DC is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 145 220 -
CMYK 0.40 0.34 0 0.14
HSL 231.14º 0.56% 0.69% -
HSV(B) 231.14º 0.4% 0.86% -
XYZ 32.56 30.32 71.85 -
YUV 149.66 167.69 115.4 -
System Red Green Blue C M Y K H S L
Decimal 132 145 220 0.40 0.34 0 0.14 231.14 0.56 0.69
Hex 84 91 DC 28 22 0 E E7 38 45
Octal 204 221 334 50 42 0 16 347 70 105
Binary 10000100 10010001 11011100 101000 100010 0 1110 11100111 111000 1000101

Color Harmonies of #8491DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8491DC

Black with #8491DC

Text Example


Text Example

White with #8491DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8491DC; }

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

 H1.HeaderClassName
 {
   color: #8491DC;
 }
 .AnyTagClassName
 {
   color: #8491DC;
 }
</style>

background-color css

<style>
 a { background-color: #8491DC; }

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

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

border-color css

<style>
 span { border-color: #8491DC; }

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

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