Html Css Color HEX #809BE0 Portage

📋 copy color: '#809BE0'

red 128 ◦ green 155 ◦ blue 224

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

Shades of Portage #809BE0

Tints of Portage #809BE0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.57%

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

R = 25.25%
G = 30.57%
B = 44.18%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#809BE0 (or 0x809BE0) is known color: Portage. HEX triplet: 80, 9B and E0. RGB value is (128,155,224). Sum of RGB (Red+Green+Blue) = 128+155+224=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #809BE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809BE0 is #7F641F. Grayscale: #9A9A9A. Windows color (decimal): -8348704 or 14719872. OLE color: 14719872.

HSL color Cylindrical-coordinate representation of color #809BE0: hue angle of 223.12º 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 #809BE0 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 155 224 -
CMYK 0.43 0.31 0 0.12
HSL 223.13º 0.61% 0.69% -
HSV(B) 223.13º 0.43% 0.88% -
XYZ 34.08 33.41 75.17 -
YUV 154.79 167.05 108.89 -
System Red Green Blue C M Y K H S L
Decimal 128 155 224 0.43 0.31 0 0.12 223.13 0.61 0.69
Hex 80 9B E0 2B 1F 0 C DF 3D 45
Octal 200 233 340 53 37 0 14 337 75 105
Binary 10000000 10011011 11100000 101011 11111 0 1100 11011111 111101 1000101

Color Harmonies of #809BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809BE0

Black with #809BE0

Text Example


Text Example

White with #809BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809BE0; }

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

 H1.HeaderClassName
 {
   color: #809BE0;
 }
 .AnyTagClassName
 {
   color: #809BE0;
 }
</style>

background-color css

<style>
 a { background-color: #809BE0; }

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

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

border-color css

<style>
 span { border-color: #809BE0; }

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

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