Html Css Color HEX #808ADB Portage

📋 copy color: '#808ADB'

red 128 ◦ green 138 ◦ blue 219

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

Shades of Portage #808ADB

Tints of Portage #808ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.15%

R = 26.39%
G = 28.45%
B = 45.15%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#808ADB (or 0x808ADB) is known color: Portage. HEX triplet: 80, 8A and DB. RGB value is (128,138,219). Sum of RGB (Red+Green+Blue) = 128+138+219=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #808ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808ADB is #7F7524. Grayscale: #8F8F8F. Windows color (decimal): -8353061 or 14387840. OLE color: 14387840.

HSL color Cylindrical-coordinate representation of color #808ADB: hue angle of 233.41º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #808ADB is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 138 219 -
CMYK 0.42 0.37 0 0.14
HSL 233.41º 0.56% 0.68% -
HSV(B) 233.41º 0.42% 0.86% -
XYZ 30.78 27.88 70.78 -
YUV 144.24 170.19 116.41 -
System Red Green Blue C M Y K H S L
Decimal 128 138 219 0.42 0.37 0 0.14 233.41 0.56 0.68
Hex 80 8A DB 2A 25 0 E E9 38 44
Octal 200 212 333 52 45 0 16 351 70 104
Binary 10000000 10001010 11011011 101010 100101 0 1110 11101001 111000 1000100

Color Harmonies of #808ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808ADB

Black with #808ADB

Text Example


Text Example

White with #808ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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