Html Css Color HEX #808BCE Portage

📋 copy color: '#808BCE'

red 128 ◦ green 139 ◦ blue 206

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

Shades of Portage #808BCE

Tints of Portage #808BCE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.39%

 BLUE value IS 206 (80.86% from 255) = 43.55%

R = 27.06%
G = 29.39%
B = 43.55%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#808BCE (or 0x808BCE) is known color: Portage. HEX triplet: 80, 8B and CE. RGB value is (128,139,206). Sum of RGB (Red+Green+Blue) = 128+139+206=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #808BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808BCE is #7F7431. Grayscale: #8F8F8F. Windows color (decimal): -8352818 or 13536128. OLE color: 13536128.

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

Color convert

RGB 128 139 206 -
CMYK 0.38 0.33 0 0.19
HSL 231.54º 0.44% 0.65% -
HSV(B) 231.54º 0.38% 0.81% -
XYZ 29.28 27.51 62.16 -
YUV 143.35 163.36 117.05 -
System Red Green Blue C M Y K H S L
Decimal 128 139 206 0.38 0.33 0 0.19 231.54 0.44 0.65
Hex 80 8B CE 26 21 0 13 E8 2C 41
Octal 200 213 316 46 41 0 23 350 54 101
Binary 10000000 10001011 11001110 100110 100001 0 10011 11101000 101100 1000001

Color Harmonies of #808BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808BCE

Black with #808BCE

Text Example


Text Example

White with #808BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,139,206); }

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

background-color css

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

 a { background-color: rgb(128,139,206); }

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

border-color css

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

 span { border-color: rgb(128,139,206); }

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