Html Css Color HEX #808CDB Portage

📋 copy color: '#808CDB'

red 128 ◦ green 140 ◦ blue 219

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

Shades of Portage #808CDB

Tints of Portage #808CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.97%

R = 26.28%
G = 28.75%
B = 44.97%

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

#808CDB (or 0x808CDB) is known color: Portage. HEX triplet: 80, 8C and DB. RGB value is (128,140,219). Sum of RGB (Red+Green+Blue) = 128+140+219=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #808CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808CDB is #7F7324. Grayscale: #919191. Windows color (decimal): -8352549 or 14388352. OLE color: 14388352.

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

Color convert

RGB 128 140 219 -
CMYK 0.42 0.36 0 0.14
HSL 232.09º 0.56% 0.68% -
HSV(B) 232.09º 0.42% 0.86% -
XYZ 31.07 28.46 70.87 -
YUV 145.42 169.52 115.58 -
System Red Green Blue C M Y K H S L
Decimal 128 140 219 0.42 0.36 0 0.14 232.09 0.56 0.68
Hex 80 8C DB 2A 24 0 E E8 38 44
Octal 200 214 333 52 44 0 16 350 70 104
Binary 10000000 10001100 11011011 101010 100100 0 1110 11101000 111000 1000100

Color Harmonies of #808CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808CDB

Black with #808CDB

Text Example


Text Example

White with #808CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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