Html Css Color HEX #808AD3 Portage

📋 copy color: '#808AD3'

red 128 ◦ green 138 ◦ blue 211

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

Shades of Portage #808AD3

Tints of Portage #808AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 44.23%

R = 26.83%
G = 28.93%
B = 44.23%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#808AD3 (or 0x808AD3) is known color: Portage. HEX triplet: 80, 8A and D3. RGB value is (128,138,211). Sum of RGB (Red+Green+Blue) = 128+138+211=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 211 (82.81% from 255 or 44.23% from 477); Max value from RGB is 211 - color contains mainly: blue. Hex color #808AD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808AD3 is #7F752C. Grayscale: #8F8F8F. Windows color (decimal): -8353069 or 13863552. OLE color: 13863552.

HSL color Cylindrical-coordinate representation of color #808AD3: hue angle of 232.77º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #808AD3 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 128 138 211 -
CMYK 0.39 0.35 0 0.17
HSL 232.77º 0.49% 0.66% -
HSV(B) 232.77º 0.39% 0.83% -
XYZ 29.75 27.47 65.36 -
YUV 143.33 166.19 117.06 -
System Red Green Blue C M Y K H S L
Decimal 128 138 211 0.39 0.35 0 0.17 232.77 0.49 0.66
Hex 80 8A D3 27 23 0 11 E9 31 42
Octal 200 212 323 47 43 0 21 351 61 102
Binary 10000000 10001010 11010011 100111 100011 0 10001 11101001 110001 1000010

Color Harmonies of #808AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808AD3

Black with #808AD3

Text Example


Text Example

White with #808AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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