Html Css Color HEX #808DCB Portage

📋 copy color: '#808DCB'

red 128 ◦ green 141 ◦ blue 203

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

Shades of Portage #808DCB

Tints of Portage #808DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.01%

R = 27.12%
G = 29.87%
B = 43.01%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#808DCB (or 0x808DCB) is known color: Portage. HEX triplet: 80, 8D and CB. RGB value is (128,141,203). Sum of RGB (Red+Green+Blue) = 128+141+203=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #808DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808DCB is #7F7234. Grayscale: #8F8F8F. Windows color (decimal): -8352309 or 13340032. OLE color: 13340032.

HSL color Cylindrical-coordinate representation of color #808DCB: hue angle of 229.6º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #808DCB is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 141 203 -
CMYK 0.37 0.31 0 0.20
HSL 229.6º 0.42% 0.65% -
HSV(B) 229.6º 0.37% 0.8% -
XYZ 29.21 27.95 60.36 -
YUV 144.18 161.19 116.46 -
System Red Green Blue C M Y K H S L
Decimal 128 141 203 0.37 0.31 0 0.20 229.6 0.42 0.65
Hex 80 8D CB 25 1F 0 14 E6 2A 41
Octal 200 215 313 45 37 0 24 346 52 101
Binary 10000000 10001101 11001011 100101 11111 0 10100 11100110 101010 1000001

Color Harmonies of #808DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808DCB

Black with #808DCB

Text Example


Text Example

White with #808DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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