Html Css Color HEX #808FE0 Portage

📋 copy color: '#808FE0'

red 128 ◦ green 143 ◦ blue 224

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

Shades of Portage #808FE0

Tints of Portage #808FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.25%

R = 25.86%
G = 28.89%
B = 45.25%

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

#808FE0 (or 0x808FE0) is known color: Portage. HEX triplet: 80, 8F and E0. RGB value is (128,143,224). Sum of RGB (Red+Green+Blue) = 128+143+224=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #808FE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808FE0 is #7F701F. Grayscale: #939393. Windows color (decimal): -8351776 or 14716800. OLE color: 14716800.

HSL color Cylindrical-coordinate representation of color #808FE0: hue angle of 230.62º degrees, saturation: 0.61, 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 #808FE0 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 143 224 -
CMYK 0.43 0.36 0 0.12
HSL 230.63º 0.61% 0.69% -
HSV(B) 230.63º 0.43% 0.88% -
XYZ 32.18 29.62 74.54 -
YUV 147.75 171.03 113.91 -
System Red Green Blue C M Y K H S L
Decimal 128 143 224 0.43 0.36 0 0.12 230.63 0.61 0.69
Hex 80 8F E0 2B 24 0 C E7 3D 45
Octal 200 217 340 53 44 0 14 347 75 105
Binary 10000000 10001111 11100000 101011 100100 0 1100 11100111 111101 1000101

Color Harmonies of #808FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808FE0

Black with #808FE0

Text Example


Text Example

White with #808FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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