Html Css Color HEX #809BDA Portage

📋 copy color: '#809BDA'

red 128 ◦ green 155 ◦ blue 218

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

Shades of Portage #809BDA

Tints of Portage #809BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.51%

R = 25.55%
G = 30.94%
B = 43.51%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#809BDA (or 0x809BDA) is known color: Portage. HEX triplet: 80, 9B and DA. RGB value is (128,155,218). Sum of RGB (Red+Green+Blue) = 128+155+218=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #809BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809BDA is #7F6425. Grayscale: #999999. Windows color (decimal): -8348710 or 14326656. OLE color: 14326656.

HSL color Cylindrical-coordinate representation of color #809BDA: hue angle of 222º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #809BDA is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 155 218 -
CMYK 0.41 0.29 0 0.15
HSL 222º 0.55% 0.68% -
HSV(B) 222º 0.41% 0.85% -
XYZ 33.28 33.09 70.96 -
YUV 154.11 164.05 109.38 -
System Red Green Blue C M Y K H S L
Decimal 128 155 218 0.41 0.29 0 0.15 222 0.55 0.68
Hex 80 9B DA 29 1D 0 F DE 37 44
Octal 200 233 332 51 35 0 17 336 67 104
Binary 10000000 10011011 11011010 101001 11101 0 1111 11011110 110111 1000100

Color Harmonies of #809BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809BDA

Black with #809BDA

Text Example


Text Example

White with #809BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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