Html Css Color HEX #808BD2 Portage

📋 copy color: '#808BD2'

red 128 ◦ green 139 ◦ blue 210

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

Shades of Portage #808BD2

Tints of Portage #808BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.03%

R = 26.83%
G = 29.14%
B = 44.03%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#808BD2 (or 0x808BD2) is known color: Portage. HEX triplet: 80, 8B and D2. RGB value is (128,139,210). Sum of RGB (Red+Green+Blue) = 128+139+210=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 210 (82.42% from 255 or 44.03% from 477); Max value from RGB is 210 - color contains mainly: blue. Hex color #808BD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808BD2 is #7F742D. Grayscale: #8F8F8F. Windows color (decimal): -8352814 or 13798272. OLE color: 13798272.

HSL color Cylindrical-coordinate representation of color #808BD2: hue angle of 231.95º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #808BD2 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 139 210 -
CMYK 0.39 0.34 0 0.18
HSL 231.95º 0.48% 0.66% -
HSV(B) 231.95º 0.39% 0.82% -
XYZ 29.77 27.71 64.75 -
YUV 143.81 165.36 116.73 -
System Red Green Blue C M Y K H S L
Decimal 128 139 210 0.39 0.34 0 0.18 231.95 0.48 0.66
Hex 80 8B D2 27 22 0 12 E8 30 42
Octal 200 213 322 47 42 0 22 350 60 102
Binary 10000000 10001011 11010010 100111 100010 0 10010 11101000 110000 1000010

Color Harmonies of #808BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808BD2

Black with #808BD2

Text Example


Text Example

White with #808BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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