Html Css Color HEX #8291CC Portage

📋 copy color: '#8291CC'

red 130 ◦ green 145 ◦ blue 204

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

Shades of Portage #8291CC

Tints of Portage #8291CC

RGB

 RED value IS 130 (51.17% from 255) = 27.14%

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

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

R = 27.14%
G = 30.27%
B = 42.59%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8291CC (or 0x8291CC) is known color: Portage. HEX triplet: 82, 91 and CC. RGB value is (130,145,204). Sum of RGB (Red+Green+Blue) = 130+145+204=479 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.14% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #8291CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8291CC is #7D6E33. Grayscale: #929292. Windows color (decimal): -8220212 or 13406594. OLE color: 13406594.

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

Color convert

RGB 130 145 204 -
CMYK 0.36 0.29 0 0.2
HSL 227.84º 0.42% 0.65% -
HSV(B) 227.84º 0.36% 0.8% -
XYZ 30.23 29.36 61.2 -
YUV 147.24 160.03 115.7 -
System Red Green Blue C M Y K H S L
Decimal 130 145 204 0.36 0.29 0 0.2 227.84 0.42 0.65
Hex 82 91 CC 24 1D 0 14 E4 2A 41
Octal 202 221 314 44 35 0 24 344 52 101
Binary 10000010 10010001 11001100 100100 11101 0 10100 11100100 101010 1000001

Color Harmonies of #8291CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8291CC

Black with #8291CC

Text Example


Text Example

White with #8291CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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