Html Css Color HEX #808BD3 Portage

📋 copy color: '#808BD3'

red 128 ◦ green 139 ◦ blue 211

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

Shades of Portage #808BD3

Tints of Portage #808BD3

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.08%

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

R = 26.78%
G = 29.08%
B = 44.14%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#808BD3 (or 0x808BD3) is known color: Portage. HEX triplet: 80, 8B and D3. RGB value is (128,139,211). Sum of RGB (Red+Green+Blue) = 128+139+211=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 211 (82.81% from 255 or 44.14% from 478); Max value from RGB is 211 - color contains mainly: blue. Hex color #808BD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808BD3 is #7F742C. Grayscale: #8F8F8F. Windows color (decimal): -8352813 or 13863808. OLE color: 13863808.

HSL color Cylindrical-coordinate representation of color #808BD3: hue angle of 232.05º 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 #808BD3 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 128 139 211 -
CMYK 0.39 0.34 0 0.17
HSL 232.05º 0.49% 0.66% -
HSV(B) 232.05º 0.39% 0.83% -
XYZ 29.89 27.76 65.41 -
YUV 143.92 165.86 116.65 -
System Red Green Blue C M Y K H S L
Decimal 128 139 211 0.39 0.34 0 0.17 232.05 0.49 0.66
Hex 80 8B D3 27 22 0 11 E8 31 42
Octal 200 213 323 47 42 0 21 350 61 102
Binary 10000000 10001011 11010011 100111 100010 0 10001 11101000 110001 1000010

Color Harmonies of #808BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808BD3

Black with #808BD3

Text Example


Text Example

White with #808BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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