Html Css Color HEX #808ADE Portage

📋 copy color: '#808ADE'

red 128 ◦ green 138 ◦ blue 222

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

Shades of Portage #808ADE

Tints of Portage #808ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.49%

R = 26.23%
G = 28.28%
B = 45.49%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#808ADE (or 0x808ADE) is known color: Portage. HEX triplet: 80, 8A and DE. RGB value is (128,138,222). Sum of RGB (Red+Green+Blue) = 128+138+222=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #808ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808ADE is #7F7521. Grayscale: #909090. Windows color (decimal): -8353058 or 14584448. OLE color: 14584448.

HSL color Cylindrical-coordinate representation of color #808ADE: hue angle of 233.62º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #808ADE is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 138 222 -
CMYK 0.42 0.38 0 0.13
HSL 233.62º 0.59% 0.69% -
HSV(B) 233.62º 0.42% 0.87% -
XYZ 31.18 28.04 72.88 -
YUV 144.59 171.69 116.17 -
System Red Green Blue C M Y K H S L
Decimal 128 138 222 0.42 0.38 0 0.13 233.62 0.59 0.69
Hex 80 8A DE 2A 26 0 D EA 3B 45
Octal 200 212 336 52 46 0 15 352 73 105
Binary 10000000 10001010 11011110 101010 100110 0 1101 11101010 111011 1000101

Color Harmonies of #808ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808ADE

Black with #808ADE

Text Example


Text Example

White with #808ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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