Html Css Color HEX #808DDA Portage

📋 copy color: '#808DDA'

red 128 ◦ green 141 ◦ blue 218

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

Shades of Portage #808DDA

Tints of Portage #808DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.76%

R = 26.28%
G = 28.95%
B = 44.76%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#808DDA (or 0x808DDA) is known color: Portage. HEX triplet: 80, 8D and DA. RGB value is (128,141,218). Sum of RGB (Red+Green+Blue) = 128+141+218=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #808DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808DDA is #7F7225. Grayscale: #919191. Windows color (decimal): -8352294 or 14323072. OLE color: 14323072.

HSL color Cylindrical-coordinate representation of color #808DDA: hue angle of 231.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #808DDA is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 141 218 -
CMYK 0.41 0.35 0 0.15
HSL 231.33º 0.55% 0.68% -
HSV(B) 231.33º 0.41% 0.85% -
XYZ 31.08 28.7 70.23 -
YUV 145.89 168.69 115.24 -
System Red Green Blue C M Y K H S L
Decimal 128 141 218 0.41 0.35 0 0.15 231.33 0.55 0.68
Hex 80 8D DA 29 23 0 F E7 37 44
Octal 200 215 332 51 43 0 17 347 67 104
Binary 10000000 10001101 11011010 101001 100011 0 1111 11100111 110111 1000100

Color Harmonies of #808DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808DDA

Black with #808DDA

Text Example


Text Example

White with #808DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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