Html Css Color HEX #8290DB Portage

📋 copy color: '#8290DB'

red 130 ◦ green 144 ◦ blue 219

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

Shades of Portage #8290DB

Tints of Portage #8290DB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.21%

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

R = 26.37%
G = 29.21%
B = 44.42%

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

#8290DB (or 0x8290DB) is known color: Portage. HEX triplet: 82, 90 and DB. RGB value is (130,144,219). Sum of RGB (Red+Green+Blue) = 130+144+219=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #8290DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8290DB is #7D6F24. Grayscale: #949494. Windows color (decimal): -8220453 or 14389378. OLE color: 14389378.

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

Color convert

RGB 130 144 219 -
CMYK 0.41 0.34 0 0.14
HSL 230.56º 0.55% 0.68% -
HSV(B) 230.56º 0.41% 0.86% -
XYZ 31.97 29.81 71.09 -
YUV 148.36 167.86 114.9 -
System Red Green Blue C M Y K H S L
Decimal 130 144 219 0.41 0.34 0 0.14 230.56 0.55 0.68
Hex 82 90 DB 29 22 0 E E7 37 44
Octal 202 220 333 51 42 0 16 347 67 104
Binary 10000010 10010000 11011011 101001 100010 0 1110 11100111 110111 1000100

Color Harmonies of #8290DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8290DB

Black with #8290DB

Text Example


Text Example

White with #8290DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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