Html Css Color HEX #808CDC Portage

📋 copy color: '#808CDC'

red 128 ◦ green 140 ◦ blue 220

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

Shades of Portage #808CDC

Tints of Portage #808CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.69%

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

R = 26.23%
G = 28.69%
B = 45.08%

CMYK

 C value IS 0.42

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#808CDC (or 0x808CDC) is known color: Portage. HEX triplet: 80, 8C and DC. RGB value is (128,140,220). Sum of RGB (Red+Green+Blue) = 128+140+220=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #808CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808CDC is #7F7323. Grayscale: #919191. Windows color (decimal): -8352548 or 14453888. OLE color: 14453888.

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

Color convert

RGB 128 140 220 -
CMYK 0.42 0.36 0 0.14
HSL 232.17º 0.57% 0.68% -
HSV(B) 232.17º 0.42% 0.86% -
XYZ 31.2 28.51 71.57 -
YUV 145.53 170.02 115.5 -
System Red Green Blue C M Y K H S L
Decimal 128 140 220 0.42 0.36 0 0.14 232.17 0.57 0.68
Hex 80 8C DC 2A 24 0 E E8 39 44
Octal 200 214 334 52 44 0 16 350 71 104
Binary 10000000 10001100 11011100 101010 100100 0 1110 11101000 111001 1000100

Color Harmonies of #808CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808CDC

Black with #808CDC

Text Example


Text Example

White with #808CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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