Html Css Color HEX #808ADA Portage

📋 copy color: '#808ADA'

red 128 ◦ green 138 ◦ blue 218

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

Shades of Portage #808ADA

Tints of Portage #808ADA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.51%

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

R = 26.45%
G = 28.51%
B = 45.04%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#808ADA (or 0x808ADA) is known color: Portage. HEX triplet: 80, 8A and DA. RGB value is (128,138,218). Sum of RGB (Red+Green+Blue) = 128+138+218=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #808ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808ADA is #7F7525. Grayscale: #8F8F8F. Windows color (decimal): -8353062 or 14322304. OLE color: 14322304.

HSL color Cylindrical-coordinate representation of color #808ADA: hue angle of 233.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 #808ADA is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 138 218 -
CMYK 0.41 0.37 0 0.15
HSL 233.33º 0.55% 0.68% -
HSV(B) 233.33º 0.41% 0.85% -
XYZ 30.65 27.83 70.09 -
YUV 144.13 169.69 116.5 -
System Red Green Blue C M Y K H S L
Decimal 128 138 218 0.41 0.37 0 0.15 233.33 0.55 0.68
Hex 80 8A DA 29 25 0 F E9 37 44
Octal 200 212 332 51 45 0 17 351 67 104
Binary 10000000 10001010 11011010 101001 100101 0 1111 11101001 110111 1000100

Color Harmonies of #808ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808ADA

Black with #808ADA

Text Example


Text Example

White with #808ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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