Html Css Color HEX #809ADB Portage

📋 copy color: '#809ADB'

red 128 ◦ green 154 ◦ blue 219

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

Shades of Portage #809ADB

Tints of Portage #809ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.74%

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

R = 25.55%
G = 30.74%
B = 43.71%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#809ADB (or 0x809ADB) is known color: Portage. HEX triplet: 80, 9A and DB. RGB value is (128,154,219). Sum of RGB (Red+Green+Blue) = 128+154+219=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #809ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809ADB is #7F6524. Grayscale: #999999. Windows color (decimal): -8348965 or 14391936. OLE color: 14391936.

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

Color convert

RGB 128 154 219 -
CMYK 0.42 0.30 0 0.14
HSL 222.86º 0.56% 0.68% -
HSV(B) 222.86º 0.42% 0.86% -
XYZ 33.24 32.81 71.6 -
YUV 153.64 164.89 109.71 -
System Red Green Blue C M Y K H S L
Decimal 128 154 219 0.42 0.30 0 0.14 222.86 0.56 0.68
Hex 80 9A DB 2A 1E 0 E DF 38 44
Octal 200 232 333 52 36 0 16 337 70 104
Binary 10000000 10011010 11011011 101010 11110 0 1110 11011111 111000 1000100

Color Harmonies of #809ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809ADB

Black with #809ADB

Text Example


Text Example

White with #809ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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