Html Css Color HEX #809DDF Portage

📋 copy color: '#809DDF'

red 128 ◦ green 157 ◦ blue 223

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

Shades of Portage #809DDF

Tints of Portage #809DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.9%

R = 25.2%
G = 30.91%
B = 43.9%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#809DDF (or 0x809DDF) is known color: Portage. HEX triplet: 80, 9D and DF. RGB value is (128,157,223). Sum of RGB (Red+Green+Blue) = 128+157+223=508 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.20% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #809DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809DDF is #7F6220. Grayscale: #9B9B9B. Windows color (decimal): -8348193 or 14654848. OLE color: 14654848.

HSL color Cylindrical-coordinate representation of color #809DDF: hue angle of 221.68º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #809DDF is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 157 223 -
CMYK 0.43 0.30 0 0.13
HSL 221.68º 0.6% 0.69% -
HSV(B) 221.68º 0.43% 0.87% -
XYZ 34.28 34.03 74.57 -
YUV 155.85 165.89 108.13 -
System Red Green Blue C M Y K H S L
Decimal 128 157 223 0.43 0.30 0 0.13 221.68 0.6 0.69
Hex 80 9D DF 2B 1E 0 D DE 3C 45
Octal 200 235 337 53 36 0 15 336 74 105
Binary 10000000 10011101 11011111 101011 11110 0 1101 11011110 111100 1000101

Color Harmonies of #809DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809DDF

Black with #809DDF

Text Example


Text Example

White with #809DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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