Html Css Color HEX #8491CB Portage

📋 copy color: '#8491CB'

red 132 ◦ green 145 ◦ blue 203

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

Shades of Portage #8491CB

Tints of Portage #8491CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.29%

R = 27.5%
G = 30.21%
B = 42.29%

CMYK

 C value IS 0.35

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8491CB (or 0x8491CB) is known color: Portage. HEX triplet: 84, 91 and CB. RGB value is (132,145,203). Sum of RGB (Red+Green+Blue) = 132+145+203=480 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.5% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #8491CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8491CB is #7B6E34. Grayscale: #939393. Windows color (decimal): -8089141 or 13341060. OLE color: 13341060.

HSL color Cylindrical-coordinate representation of color #8491CB: hue angle of 229.01º 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 #8491CB is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 145 203 -
CMYK 0.35 0.29 0 0.20
HSL 229.01º 0.41% 0.66% -
HSV(B) 229.01º 0.35% 0.8% -
XYZ 30.42 29.47 60.58 -
YUV 147.73 159.19 116.78 -
System Red Green Blue C M Y K H S L
Decimal 132 145 203 0.35 0.29 0 0.20 229.01 0.41 0.66
Hex 84 91 CB 23 1D 0 14 E5 29 42
Octal 204 221 313 43 35 0 24 345 51 102
Binary 10000100 10010001 11001011 100011 11101 0 10100 11100101 101001 1000010

Color Harmonies of #8491CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8491CB

Black with #8491CB

Text Example


Text Example

White with #8491CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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