Html Css Color HEX #808DDD Portage

📋 copy color: '#808DDD'

red 128 ◦ green 141 ◦ blue 221

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

Shades of Portage #808DDD

Tints of Portage #808DDD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.78%

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

R = 26.12%
G = 28.78%
B = 45.1%

CMYK

 C value IS 0.42

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#808DDD (or 0x808DDD) is known color: Portage. HEX triplet: 80, 8D and DD. RGB value is (128,141,221). Sum of RGB (Red+Green+Blue) = 128+141+221=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #808DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808DDD is #7F7222. Grayscale: #919191. Windows color (decimal): -8352291 or 14519680. OLE color: 14519680.

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

Color convert

RGB 128 141 221 -
CMYK 0.42 0.36 0 0.13
HSL 231.61º 0.58% 0.68% -
HSV(B) 231.61º 0.42% 0.87% -
XYZ 31.48 28.86 72.32 -
YUV 146.23 170.19 115 -
System Red Green Blue C M Y K H S L
Decimal 128 141 221 0.42 0.36 0 0.13 231.61 0.58 0.68
Hex 80 8D DD 2A 24 0 D E8 3A 44
Octal 200 215 335 52 44 0 15 350 72 104
Binary 10000000 10001101 11011101 101010 100100 0 1101 11101000 111010 1000100

Color Harmonies of #808DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808DDD

Black with #808DDD

Text Example


Text Example

White with #808DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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