Html Css Color HEX #809ADC Portage

📋 copy color: '#809ADC'

red 128 ◦ green 154 ◦ blue 220

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

Shades of Portage #809ADC

Tints of Portage #809ADC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.68%

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

R = 25.5%
G = 30.68%
B = 43.82%

CMYK

 C value IS 0.42

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#809ADC (or 0x809ADC) is known color: Portage. HEX triplet: 80, 9A and DC. RGB value is (128,154,220). Sum of RGB (Red+Green+Blue) = 128+154+220=502 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.50% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #809ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809ADC is #7F6523. Grayscale: #999999. Windows color (decimal): -8348964 or 14457472. OLE color: 14457472.

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

Color convert

RGB 128 154 220 -
CMYK 0.42 0.3 0 0.14
HSL 223.04º 0.57% 0.68% -
HSV(B) 223.04º 0.42% 0.86% -
XYZ 33.38 32.87 72.3 -
YUV 153.75 165.39 109.63 -
System Red Green Blue C M Y K H S L
Decimal 128 154 220 0.42 0.3 0 0.14 223.04 0.57 0.68
Hex 80 9A DC 2A 1E 0 E DF 39 44
Octal 200 232 334 52 36 0 16 337 71 104
Binary 10000000 10011010 11011100 101010 11110 0 1110 11011111 111001 1000100

Color Harmonies of #809ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809ADC

Black with #809ADC

Text Example


Text Example

White with #809ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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