Html Css Color HEX #808BDC Portage

📋 copy color: '#808BDC'

red 128 ◦ green 139 ◦ blue 220

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

Shades of Portage #808BDC

Tints of Portage #808BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.17%

R = 26.28%
G = 28.54%
B = 45.17%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#808BDC (or 0x808BDC) is known color: Portage. HEX triplet: 80, 8B and DC. RGB value is (128,139,220). Sum of RGB (Red+Green+Blue) = 128+139+220=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #808BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808BDC is #7F7423. Grayscale: #909090. Windows color (decimal): -8352804 or 14453632. OLE color: 14453632.

HSL color Cylindrical-coordinate representation of color #808BDC: hue angle of 232.83º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #808BDC is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 139 220 -
CMYK 0.42 0.37 0 0.14
HSL 232.83º 0.57% 0.68% -
HSV(B) 232.83º 0.42% 0.86% -
XYZ 31.05 28.22 71.52 -
YUV 144.95 170.36 115.91 -
System Red Green Blue C M Y K H S L
Decimal 128 139 220 0.42 0.37 0 0.14 232.83 0.57 0.68
Hex 80 8B DC 2A 25 0 E E9 39 44
Octal 200 213 334 52 45 0 16 351 71 104
Binary 10000000 10001011 11011100 101010 100101 0 1110 11101001 111001 1000100

Color Harmonies of #808BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808BDC

Black with #808BDC

Text Example


Text Example

White with #808BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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