Html Css Color HEX #809ADD Portage

📋 copy color: '#809ADD'

red 128 ◦ green 154 ◦ blue 221

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

Shades of Portage #809ADD

Tints of Portage #809ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.94%

R = 25.45%
G = 30.62%
B = 43.94%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#809ADD (or 0x809ADD) is known color: Portage. HEX triplet: 80, 9A and DD. RGB value is (128,154,221). Sum of RGB (Red+Green+Blue) = 128+154+221=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #809ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809ADD is #7F6522. Grayscale: #999999. Windows color (decimal): -8348963 or 14523008. OLE color: 14523008.

HSL color Cylindrical-coordinate representation of color #809ADD: hue angle of 223.23º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #809ADD is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 154 221 -
CMYK 0.42 0.30 0 0.13
HSL 223.23º 0.58% 0.68% -
HSV(B) 223.23º 0.42% 0.87% -
XYZ 33.51 32.92 72.99 -
YUV 153.86 165.89 109.55 -
System Red Green Blue C M Y K H S L
Decimal 128 154 221 0.42 0.30 0 0.13 223.23 0.58 0.68
Hex 80 9A DD 2A 1E 0 D DF 3A 44
Octal 200 232 335 52 36 0 15 337 72 104
Binary 10000000 10011010 11011101 101010 11110 0 1101 11011111 111010 1000100

Color Harmonies of #809ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809ADD

Black with #809ADD

Text Example


Text Example

White with #809ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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