Html Css Color HEX #809DDD Portage

📋 copy color: '#809DDD'

red 128 ◦ green 157 ◦ blue 221

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

Shades of Portage #809DDD

Tints of Portage #809DDD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.03%

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

R = 25.3%
G = 31.03%
B = 43.68%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#809DDD (or 0x809DDD) is known color: Portage. HEX triplet: 80, 9D and DD. RGB value is (128,157,221). Sum of RGB (Red+Green+Blue) = 128+157+221=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #809DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809DDD is #7F6222. Grayscale: #9B9B9B. Windows color (decimal): -8348195 or 14523776. OLE color: 14523776.

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

Color convert

RGB 128 157 221 -
CMYK 0.42 0.29 0 0.13
HSL 221.29º 0.58% 0.68% -
HSV(B) 221.29º 0.42% 0.87% -
XYZ 34.01 33.92 73.16 -
YUV 155.63 164.89 108.3 -
System Red Green Blue C M Y K H S L
Decimal 128 157 221 0.42 0.29 0 0.13 221.29 0.58 0.68
Hex 80 9D DD 2A 1D 0 D DD 3A 44
Octal 200 235 335 52 35 0 15 335 72 104
Binary 10000000 10011101 11011101 101010 11101 0 1101 11011101 111010 1000100

Color Harmonies of #809DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809DDD

Black with #809DDD

Text Example


Text Example

White with #809DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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