Html Css Color HEX #8491CC Portage

📋 copy color: '#8491CC'

red 132 ◦ green 145 ◦ blue 204

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

Shades of Portage #8491CC

Tints of Portage #8491CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.41%

R = 27.44%
G = 30.15%
B = 42.41%

CMYK

 C value IS 0.35

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8491CC (or 0x8491CC) is known color: Portage. HEX triplet: 84, 91 and CC. RGB value is (132,145,204). Sum of RGB (Red+Green+Blue) = 132+145+204=481 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.44% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #8491CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8491CC is #7B6E33. Grayscale: #939393. Windows color (decimal): -8089140 or 13406596. OLE color: 13406596.

HSL color Cylindrical-coordinate representation of color #8491CC: hue angle of 229.17º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8491CC is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 132 145 204 -
CMYK 0.35 0.29 0 0.2
HSL 229.17º 0.41% 0.66% -
HSV(B) 229.17º 0.35% 0.8% -
XYZ 30.54 29.52 61.21 -
YUV 147.84 159.69 116.7 -
System Red Green Blue C M Y K H S L
Decimal 132 145 204 0.35 0.29 0 0.2 229.17 0.41 0.66
Hex 84 91 CC 23 1D 0 14 E5 29 42
Octal 204 221 314 43 35 0 24 345 51 102
Binary 10000100 10010001 11001100 100011 11101 0 10100 11100101 101001 1000010

Color Harmonies of #8491CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8491CC

Black with #8491CC

Text Example


Text Example

White with #8491CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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