Html Css Color HEX #809CDD Portage

📋 copy color: '#809CDD'

red 128 ◦ green 156 ◦ blue 221

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

Shades of Portage #809CDD

Tints of Portage #809CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.76%

R = 25.35%
G = 30.89%
B = 43.76%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#809CDD (or 0x809CDD) is known color: Portage. HEX triplet: 80, 9C and DD. RGB value is (128,156,221). Sum of RGB (Red+Green+Blue) = 128+156+221=505 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.35% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #809CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809CDD is #7F6322. Grayscale: #9A9A9A. Windows color (decimal): -8348451 or 14523520. OLE color: 14523520.

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

Color convert

RGB 128 156 221 -
CMYK 0.42 0.29 0 0.13
HSL 221.94º 0.58% 0.68% -
HSV(B) 221.94º 0.42% 0.87% -
XYZ 33.84 33.59 73.11 -
YUV 155.04 165.22 108.71 -
System Red Green Blue C M Y K H S L
Decimal 128 156 221 0.42 0.29 0 0.13 221.94 0.58 0.68
Hex 80 9C DD 2A 1D 0 D DE 3A 44
Octal 200 234 335 52 35 0 15 336 72 104
Binary 10000000 10011100 11011101 101010 11101 0 1101 11011110 111010 1000100

Color Harmonies of #809CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809CDD

Black with #809CDD

Text Example


Text Example

White with #809CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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