Html Css Color HEX #809BD6 Portage

📋 copy color: '#809BD6'

red 128 ◦ green 155 ◦ blue 214

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

Shades of Portage #809BD6

Tints of Portage #809BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.06%

R = 25.75%
G = 31.19%
B = 43.06%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#809BD6 (or 0x809BD6) is known color: Portage. HEX triplet: 80, 9B and D6. RGB value is (128,155,214). Sum of RGB (Red+Green+Blue) = 128+155+214=497 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.75% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 214 (83.98% from 255 or 43.06% from 497); Max value from RGB is 214 - color contains mainly: blue. Hex color #809BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809BD6 is #7F6429. Grayscale: #999999. Windows color (decimal): -8348714 or 14064512. OLE color: 14064512.

HSL color Cylindrical-coordinate representation of color #809BD6: hue angle of 221.16º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #809BD6 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 155 214 -
CMYK 0.40 0.28 0 0.16
HSL 221.16º 0.51% 0.67% -
HSV(B) 221.16º 0.4% 0.84% -
XYZ 32.76 32.89 68.24 -
YUV 153.65 162.05 109.7 -
System Red Green Blue C M Y K H S L
Decimal 128 155 214 0.40 0.28 0 0.16 221.16 0.51 0.67
Hex 80 9B D6 28 1C 0 10 DD 33 43
Octal 200 233 326 50 34 0 20 335 63 103
Binary 10000000 10011011 11010110 101000 11100 0 10000 11011101 110011 1000011

Color Harmonies of #809BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809BD6

Black with #809BD6

Text Example


Text Example

White with #809BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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