Html Css Color HEX #808DCF Portage

📋 copy color: '#808DCF'

red 128 ◦ green 141 ◦ blue 207

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

Shades of Portage #808DCF

Tints of Portage #808DCF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.62%

 BLUE value IS 207 (81.25% from 255) = 43.49%

R = 26.89%
G = 29.62%
B = 43.49%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#808DCF (or 0x808DCF) is known color: Portage. HEX triplet: 80, 8D and CF. RGB value is (128,141,207). Sum of RGB (Red+Green+Blue) = 128+141+207=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #808DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808DCF is #7F7230. Grayscale: #909090. Windows color (decimal): -8352305 or 13602176. OLE color: 13602176.

HSL color Cylindrical-coordinate representation of color #808DCF: hue angle of 230.13º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #808DCF is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 141 207 -
CMYK 0.38 0.32 0 0.19
HSL 230.13º 0.45% 0.66% -
HSV(B) 230.13º 0.38% 0.81% -
XYZ 29.69 28.14 62.9 -
YUV 144.64 163.19 116.13 -
System Red Green Blue C M Y K H S L
Decimal 128 141 207 0.38 0.32 0 0.19 230.13 0.45 0.66
Hex 80 8D CF 26 20 0 13 E6 2D 42
Octal 200 215 317 46 40 0 23 346 55 102
Binary 10000000 10001101 11001111 100110 100000 0 10011 11100110 101101 1000010

Color Harmonies of #808DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808DCF

Black with #808DCF

Text Example


Text Example

White with #808DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,141,207); }

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

background-color css

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

 a { background-color: rgb(128,141,207); }

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

border-color css

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

 span { border-color: rgb(128,141,207); }

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