Html Css Color HEX #809AD6 Portage

📋 copy color: '#809AD6'

red 128 ◦ green 154 ◦ blue 214

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

Shades of Portage #809AD6

Tints of Portage #809AD6

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.05%

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

R = 25.81%
G = 31.05%
B = 43.15%

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

#809AD6 (or 0x809AD6) is known color: Portage. HEX triplet: 80, 9A and D6. RGB value is (128,154,214). Sum of RGB (Red+Green+Blue) = 128+154+214=496 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.81% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 214 (83.98% from 255 or 43.15% from 496); Max value from RGB is 214 - color contains mainly: blue. Hex color #809AD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809AD6 is #7F6529. Grayscale: #989898. Windows color (decimal): -8348970 or 14064256. OLE color: 14064256.

HSL color Cylindrical-coordinate representation of color #809AD6: hue angle of 221.86º 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 #809AD6 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 154 214 -
CMYK 0.40 0.28 0 0.16
HSL 221.86º 0.51% 0.67% -
HSV(B) 221.86º 0.4% 0.84% -
XYZ 32.6 32.56 68.18 -
YUV 153.07 162.39 110.12 -
System Red Green Blue C M Y K H S L
Decimal 128 154 214 0.40 0.28 0 0.16 221.86 0.51 0.67
Hex 80 9A D6 28 1C 0 10 DE 33 43
Octal 200 232 326 50 34 0 20 336 63 103
Binary 10000000 10011010 11010110 101000 11100 0 10000 11011110 110011 1000011

Color Harmonies of #809AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809AD6

Black with #809AD6

Text Example


Text Example

White with #809AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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