Html Css Color HEX #8291DB Portage

📋 copy color: '#8291DB'

red 130 ◦ green 145 ◦ blue 219

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

Shades of Portage #8291DB

Tints of Portage #8291DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.33%

R = 26.32%
G = 29.35%
B = 44.33%

CMYK

 C value IS 0.41

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8291DB (or 0x8291DB) is known color: Portage. HEX triplet: 82, 91 and DB. RGB value is (130,145,219). Sum of RGB (Red+Green+Blue) = 130+145+219=494 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.32% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #8291DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8291DB is #7D6E24. Grayscale: #949494. Windows color (decimal): -8220197 or 14389634. OLE color: 14389634.

HSL color Cylindrical-coordinate representation of color #8291DB: hue angle of 229.89º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8291DB is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 145 219 -
CMYK 0.41 0.34 0 0.14
HSL 229.89º 0.55% 0.68% -
HSV(B) 229.89º 0.41% 0.86% -
XYZ 32.12 30.11 71.14 -
YUV 148.95 167.53 114.48 -
System Red Green Blue C M Y K H S L
Decimal 130 145 219 0.41 0.34 0 0.14 229.89 0.55 0.68
Hex 82 91 DB 29 22 0 E E6 37 44
Octal 202 221 333 51 42 0 16 346 67 104
Binary 10000010 10010001 11011011 101001 100010 0 1110 11100110 110111 1000100

Color Harmonies of #8291DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8291DB

Black with #8291DB

Text Example


Text Example

White with #8291DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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