Html Css Color HEX #809DDC Portage

📋 copy color: '#809DDC'

red 128 ◦ green 157 ◦ blue 220

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

Shades of Portage #809DDC

Tints of Portage #809DDC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.09%

 BLUE value IS 220 (86.33% from 255) = 43.56%

R = 25.35%
G = 31.09%
B = 43.56%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#809DDC (or 0x809DDC) is known color: Portage. HEX triplet: 80, 9D and DC. RGB value is (128,157,220). Sum of RGB (Red+Green+Blue) = 128+157+220=505 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.35% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #809DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809DDC is #7F6223. Grayscale: #9B9B9B. Windows color (decimal): -8348196 or 14458240. OLE color: 14458240.

HSL color Cylindrical-coordinate representation of color #809DDC: hue angle of 221.09º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #809DDC is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 157 220 -
CMYK 0.42 0.29 0 0.14
HSL 221.09º 0.57% 0.68% -
HSV(B) 221.09º 0.42% 0.86% -
XYZ 33.88 33.87 72.46 -
YUV 155.51 164.39 108.38 -
System Red Green Blue C M Y K H S L
Decimal 128 157 220 0.42 0.29 0 0.14 221.09 0.57 0.68
Hex 80 9D DC 2A 1D 0 E DD 39 44
Octal 200 235 334 52 35 0 16 335 71 104
Binary 10000000 10011101 11011100 101010 11101 0 1110 11011101 111001 1000100

Color Harmonies of #809DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809DDC

Black with #809DDC

Text Example


Text Example

White with #809DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,157,220); }

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

background-color css

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

 a { background-color: rgb(128,157,220); }

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

border-color css

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

 span { border-color: rgb(128,157,220); }

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