Html Css Color HEX #8090DB Portage

📋 copy color: '#8090DB'

red 128 ◦ green 144 ◦ blue 219

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

Shades of Portage #8090DB

Tints of Portage #8090DB

RGB

 RED value IS 128 (50.39% from 255) = 26.07%

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

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

R = 26.07%
G = 29.33%
B = 44.6%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8090DB (or 0x8090DB) is known color: Portage. HEX triplet: 80, 90 and DB. RGB value is (128,144,219). Sum of RGB (Red+Green+Blue) = 128+144+219=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #8090DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8090DB is #7F6F24. Grayscale: #939393. Windows color (decimal): -8351525 or 14389376. OLE color: 14389376.

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

Color convert

RGB 128 144 219 -
CMYK 0.42 0.34 0 0.14
HSL 229.45º 0.56% 0.68% -
HSV(B) 229.45º 0.42% 0.86% -
XYZ 31.66 29.65 71.07 -
YUV 147.77 168.2 113.9 -
System Red Green Blue C M Y K H S L
Decimal 128 144 219 0.42 0.34 0 0.14 229.45 0.56 0.68
Hex 80 90 DB 2A 22 0 E E5 38 44
Octal 200 220 333 52 42 0 16 345 70 104
Binary 10000000 10010000 11011011 101010 100010 0 1110 11100101 111000 1000100

Color Harmonies of #8090DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8090DB

Black with #8090DB

Text Example


Text Example

White with #8090DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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