Html Css Color HEX #808DCE Portage

📋 copy color: '#808DCE'

red 128 ◦ green 141 ◦ blue 206

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

Shades of Portage #808DCE

Tints of Portage #808DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.37%

R = 26.95%
G = 29.68%
B = 43.37%

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

#808DCE (or 0x808DCE) is known color: Portage. HEX triplet: 80, 8D and CE. RGB value is (128,141,206). Sum of RGB (Red+Green+Blue) = 128+141+206=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #808DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808DCE is #7F7231. Grayscale: #909090. Windows color (decimal): -8352306 or 13536640. OLE color: 13536640.

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

Color convert

RGB 128 141 206 -
CMYK 0.38 0.32 0 0.19
HSL 230º 0.44% 0.65% -
HSV(B) 230º 0.38% 0.81% -
XYZ 29.57 28.1 62.26 -
YUV 144.52 162.69 116.21 -
System Red Green Blue C M Y K H S L
Decimal 128 141 206 0.38 0.32 0 0.19 230 0.44 0.65
Hex 80 8D CE 26 20 0 13 E6 2C 41
Octal 200 215 316 46 40 0 23 346 54 101
Binary 10000000 10001101 11001110 100110 100000 0 10011 11100110 101100 1000001

Color Harmonies of #808DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808DCE

Black with #808DCE

Text Example


Text Example

White with #808DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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