Html Css Color HEX #808FE1 Portage

📋 copy color: '#808FE1'

red 128 ◦ green 143 ◦ blue 225

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

Shades of Portage #808FE1

Tints of Portage #808FE1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.83%

 BLUE value IS 225 (88.28% from 255) = 45.36%

R = 25.81%
G = 28.83%
B = 45.36%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#808FE1 (or 0x808FE1) is known color: Portage. HEX triplet: 80, 8F and E1. RGB value is (128,143,225). Sum of RGB (Red+Green+Blue) = 128+143+225=496 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.81% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 225 (88.28% from 255 or 45.36% from 496); Max value from RGB is 225 - color contains mainly: blue. Hex color #808FE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808FE1 is #7F701E. Grayscale: #939393. Windows color (decimal): -8351775 or 14782336. OLE color: 14782336.

HSL color Cylindrical-coordinate representation of color #808FE1: hue angle of 230.72º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #808FE1 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 143 225 -
CMYK 0.43 0.36 0 0.12
HSL 230.72º 0.62% 0.69% -
HSV(B) 230.72º 0.43% 0.88% -
XYZ 32.32 29.67 75.26 -
YUV 147.86 171.53 113.83 -
System Red Green Blue C M Y K H S L
Decimal 128 143 225 0.43 0.36 0 0.12 230.72 0.62 0.69
Hex 80 8F E1 2B 24 0 C E7 3E 45
Octal 200 217 341 53 44 0 14 347 76 105
Binary 10000000 10001111 11100001 101011 100100 0 1100 11100111 111110 1000101

Color Harmonies of #808FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808FE1

Black with #808FE1

Text Example


Text Example

White with #808FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,143,225); }

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

background-color css

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

 a { background-color: rgb(128,143,225); }

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

border-color css

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

 span { border-color: rgb(128,143,225); }

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