Html Css Color HEX #809BDB Portage

📋 copy color: '#809BDB'

red 128 ◦ green 155 ◦ blue 219

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

Shades of Portage #809BDB

Tints of Portage #809BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.88%

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

R = 25.5%
G = 30.88%
B = 43.63%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#809BDB (or 0x809BDB) is known color: Portage. HEX triplet: 80, 9B and DB. RGB value is (128,155,219). Sum of RGB (Red+Green+Blue) = 128+155+219=502 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.50% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #809BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809BDB is #7F6424. Grayscale: #999999. Windows color (decimal): -8348709 or 14392192. OLE color: 14392192.

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

Color convert

RGB 128 155 219 -
CMYK 0.42 0.29 0 0.14
HSL 222.2º 0.56% 0.68% -
HSV(B) 222.2º 0.42% 0.86% -
XYZ 33.41 33.15 71.65 -
YUV 154.22 164.55 109.3 -
System Red Green Blue C M Y K H S L
Decimal 128 155 219 0.42 0.29 0 0.14 222.2 0.56 0.68
Hex 80 9B DB 2A 1D 0 E DE 38 44
Octal 200 233 333 52 35 0 16 336 70 104
Binary 10000000 10011011 11011011 101010 11101 0 1110 11011110 111000 1000100

Color Harmonies of #809BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809BDB

Black with #809BDB

Text Example


Text Example

White with #809BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809BDB; }

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

 H1.HeaderClassName
 {
   color: #809BDB;
 }
 .AnyTagClassName
 {
   color: #809BDB;
 }
</style>

background-color css

<style>
 a { background-color: #809BDB; }

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

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

border-color css

<style>
 span { border-color: #809BDB; }

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

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