Html Css Color HEX #809CDB Portage

📋 copy color: '#809CDB'

red 128 ◦ green 156 ◦ blue 219

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

Shades of Portage #809CDB

Tints of Portage #809CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.01%

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

R = 25.45%
G = 31.01%
B = 43.54%

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

#809CDB (or 0x809CDB) is known color: Portage. HEX triplet: 80, 9C and DB. RGB value is (128,156,219). Sum of RGB (Red+Green+Blue) = 128+156+219=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #809CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809CDB is #7F6324. Grayscale: #9A9A9A. Windows color (decimal): -8348453 or 14392448. OLE color: 14392448.

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

Color convert

RGB 128 156 219 -
CMYK 0.42 0.29 0 0.14
HSL 221.54º 0.56% 0.68% -
HSV(B) 221.54º 0.42% 0.86% -
XYZ 33.58 33.48 71.71 -
YUV 154.81 164.22 108.88 -
System Red Green Blue C M Y K H S L
Decimal 128 156 219 0.42 0.29 0 0.14 221.54 0.56 0.68
Hex 80 9C DB 2A 1D 0 E DE 38 44
Octal 200 234 333 52 35 0 16 336 70 104
Binary 10000000 10011100 11011011 101010 11101 0 1110 11011110 111000 1000100

Color Harmonies of #809CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809CDB

Black with #809CDB

Text Example


Text Example

White with #809CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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