Html Css Color HEX #808CD2 Portage

📋 copy color: '#808CD2'

red 128 ◦ green 140 ◦ blue 210

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

Shades of Portage #808CD2

Tints of Portage #808CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.93%

R = 26.78%
G = 29.29%
B = 43.93%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#808CD2 (or 0x808CD2) is known color: Portage. HEX triplet: 80, 8C and D2. RGB value is (128,140,210). Sum of RGB (Red+Green+Blue) = 128+140+210=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 210 (82.42% from 255 or 43.93% from 478); Max value from RGB is 210 - color contains mainly: blue. Hex color #808CD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808CD2 is #7F732D. Grayscale: #909090. Windows color (decimal): -8352558 or 13798528. OLE color: 13798528.

HSL color Cylindrical-coordinate representation of color #808CD2: hue angle of 231.22º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #808CD2 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 140 210 -
CMYK 0.39 0.33 0 0.18
HSL 231.22º 0.48% 0.66% -
HSV(B) 231.22º 0.39% 0.82% -
XYZ 29.91 28 64.8 -
YUV 144.39 165.02 116.31 -
System Red Green Blue C M Y K H S L
Decimal 128 140 210 0.39 0.33 0 0.18 231.22 0.48 0.66
Hex 80 8C D2 27 21 0 12 E7 30 42
Octal 200 214 322 47 41 0 22 347 60 102
Binary 10000000 10001100 11010010 100111 100001 0 10010 11100111 110000 1000010

Color Harmonies of #808CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808CD2

Black with #808CD2

Text Example


Text Example

White with #808CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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