Html Css Color HEX #809CDC Portage

📋 copy color: '#809CDC'

red 128 ◦ green 156 ◦ blue 220

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

Shades of Portage #809CDC

Tints of Portage #809CDC

RGB

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

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

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

R = 25.4%
G = 30.95%
B = 43.65%

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

#809CDC (or 0x809CDC) is known color: Portage. HEX triplet: 80, 9C and DC. RGB value is (128,156,220). Sum of RGB (Red+Green+Blue) = 128+156+220=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #809CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809CDC is #7F6323. Grayscale: #9A9A9A. Windows color (decimal): -8348452 or 14457984. OLE color: 14457984.

HSL color Cylindrical-coordinate representation of color #809CDC: hue angle of 221.74º 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 #809CDC is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 156 220 -
CMYK 0.42 0.29 0 0.14
HSL 221.74º 0.57% 0.68% -
HSV(B) 221.74º 0.42% 0.86% -
XYZ 33.71 33.53 72.41 -
YUV 154.92 164.72 108.8 -
System Red Green Blue C M Y K H S L
Decimal 128 156 220 0.42 0.29 0 0.14 221.74 0.57 0.68
Hex 80 9C DC 2A 1D 0 E DE 39 44
Octal 200 234 334 52 35 0 16 336 71 104
Binary 10000000 10011100 11011100 101010 11101 0 1110 11011110 111001 1000100

Color Harmonies of #809CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809CDC

Black with #809CDC

Text Example


Text Example

White with #809CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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