Html Css Color HEX #808FDC Portage

📋 copy color: '#808FDC'

red 128 ◦ green 143 ◦ blue 220

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

Shades of Portage #808FDC

Tints of Portage #808FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.12%

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

R = 26.07%
G = 29.12%
B = 44.81%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#808FDC (or 0x808FDC) is known color: Portage. HEX triplet: 80, 8F and DC. RGB value is (128,143,220). Sum of RGB (Red+Green+Blue) = 128+143+220=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #808FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808FDC is #7F7023. Grayscale: #929292. Windows color (decimal): -8351780 or 14454656. OLE color: 14454656.

HSL color Cylindrical-coordinate representation of color #808FDC: hue angle of 230.22º 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 #808FDC is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 143 220 -
CMYK 0.42 0.35 0 0.14
HSL 230.22º 0.57% 0.68% -
HSV(B) 230.22º 0.42% 0.86% -
XYZ 31.64 29.4 71.72 -
YUV 147.29 169.03 114.24 -
System Red Green Blue C M Y K H S L
Decimal 128 143 220 0.42 0.35 0 0.14 230.22 0.57 0.68
Hex 80 8F DC 2A 23 0 E E6 39 44
Octal 200 217 334 52 43 0 16 346 71 104
Binary 10000000 10001111 11011100 101010 100011 0 1110 11100110 111001 1000100

Color Harmonies of #808FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808FDC

Black with #808FDC

Text Example


Text Example

White with #808FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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