Html Css Color HEX #809CDA Portage

📋 copy color: '#809CDA'

red 128 ◦ green 156 ◦ blue 218

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

Shades of Portage #809CDA

Tints of Portage #809CDA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.08%

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

R = 25.5%
G = 31.08%
B = 43.43%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#809CDA (or 0x809CDA) is known color: Portage. HEX triplet: 80, 9C and DA. RGB value is (128,156,218). Sum of RGB (Red+Green+Blue) = 128+156+218=502 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.50% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #809CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809CDA is #7F6325. Grayscale: #9A9A9A. Windows color (decimal): -8348454 or 14326912. OLE color: 14326912.

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

Color convert

RGB 128 156 218 -
CMYK 0.41 0.28 0 0.15
HSL 221.33º 0.55% 0.68% -
HSV(B) 221.33º 0.41% 0.85% -
XYZ 33.45 33.43 71.02 -
YUV 154.7 163.72 108.96 -
System Red Green Blue C M Y K H S L
Decimal 128 156 218 0.41 0.28 0 0.15 221.33 0.55 0.68
Hex 80 9C DA 29 1C 0 F DD 37 44
Octal 200 234 332 51 34 0 17 335 67 104
Binary 10000000 10011100 11011010 101001 11100 0 1111 11011101 110111 1000100

Color Harmonies of #809CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809CDA

Black with #809CDA

Text Example


Text Example

White with #809CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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