Html Css Color HEX #808FDB Portage

📋 copy color: '#808FDB'

red 128 ◦ green 143 ◦ blue 219

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

Shades of Portage #808FDB

Tints of Portage #808FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.18%

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

R = 26.12%
G = 29.18%
B = 44.69%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#808FDB (or 0x808FDB) is known color: Portage. HEX triplet: 80, 8F and DB. RGB value is (128,143,219). Sum of RGB (Red+Green+Blue) = 128+143+219=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #808FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808FDB is #7F7024. Grayscale: #929292. Windows color (decimal): -8351781 or 14389120. OLE color: 14389120.

HSL color Cylindrical-coordinate representation of color #808FDB: hue angle of 230.11º 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 #808FDB is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 143 219 -
CMYK 0.42 0.35 0 0.14
HSL 230.11º 0.56% 0.68% -
HSV(B) 230.11º 0.42% 0.86% -
XYZ 31.51 29.35 71.02 -
YUV 147.18 168.53 114.32 -
System Red Green Blue C M Y K H S L
Decimal 128 143 219 0.42 0.35 0 0.14 230.11 0.56 0.68
Hex 80 8F DB 2A 23 0 E E6 38 44
Octal 200 217 333 52 43 0 16 346 70 104
Binary 10000000 10001111 11011011 101010 100011 0 1110 11100110 111000 1000100

Color Harmonies of #808FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808FDB

Black with #808FDB

Text Example


Text Example

White with #808FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808FDB; }

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

 H1.HeaderClassName
 {
   color: #808FDB;
 }
 .AnyTagClassName
 {
   color: #808FDB;
 }
</style>

background-color css

<style>
 a { background-color: #808FDB; }

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

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

border-color css

<style>
 span { border-color: #808FDB; }

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

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