Html Css Color HEX #808AD6 Portage

📋 copy color: '#808AD6'

red 128 ◦ green 138 ◦ blue 214

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

Shades of Portage #808AD6

Tints of Portage #808AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.58%

R = 26.67%
G = 28.75%
B = 44.58%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#808AD6 (or 0x808AD6) is known color: Portage. HEX triplet: 80, 8A and D6. RGB value is (128,138,214). Sum of RGB (Red+Green+Blue) = 128+138+214=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 214 (83.98% from 255 or 44.58% from 480); Max value from RGB is 214 - color contains mainly: blue. Hex color #808AD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808AD6 is #7F7529. Grayscale: #8F8F8F. Windows color (decimal): -8353066 or 14060160. OLE color: 14060160.

HSL color Cylindrical-coordinate representation of color #808AD6: hue angle of 233.02º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #808AD6 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 138 214 -
CMYK 0.40 0.36 0 0.16
HSL 233.02º 0.51% 0.67% -
HSV(B) 233.02º 0.4% 0.84% -
XYZ 30.13 27.62 67.36 -
YUV 143.67 167.69 116.82 -
System Red Green Blue C M Y K H S L
Decimal 128 138 214 0.40 0.36 0 0.16 233.02 0.51 0.67
Hex 80 8A D6 28 24 0 10 E9 33 43
Octal 200 212 326 50 44 0 20 351 63 103
Binary 10000000 10001010 11010110 101000 100100 0 10000 11101001 110011 1000011

Color Harmonies of #808AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808AD6

Black with #808AD6

Text Example


Text Example

White with #808AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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