Html Css Color HEX #808CCD Portage

📋 copy color: '#808CCD'

red 128 ◦ green 140 ◦ blue 205

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

Shades of Portage #808CCD

Tints of Portage #808CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.34%

R = 27.06%
G = 29.6%
B = 43.34%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#808CCD (or 0x808CCD) is known color: Portage. HEX triplet: 80, 8C and CD. RGB value is (128,140,205). Sum of RGB (Red+Green+Blue) = 128+140+205=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #808CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808CCD is #7F7332. Grayscale: #8F8F8F. Windows color (decimal): -8352563 or 13470848. OLE color: 13470848.

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

Color convert

RGB 128 140 205 -
CMYK 0.38 0.32 0 0.20
HSL 230.65º 0.44% 0.65% -
HSV(B) 230.65º 0.38% 0.8% -
XYZ 29.3 27.75 61.57 -
YUV 143.82 162.52 116.71 -
System Red Green Blue C M Y K H S L
Decimal 128 140 205 0.38 0.32 0 0.20 230.65 0.44 0.65
Hex 80 8C CD 26 20 0 14 E7 2C 41
Octal 200 214 315 46 40 0 24 347 54 101
Binary 10000000 10001100 11001101 100110 100000 0 10100 11100111 101100 1000001

Color Harmonies of #808CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808CCD

Black with #808CCD

Text Example


Text Example

White with #808CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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