Html Css Color HEX #809ADE Portage

📋 copy color: '#809ADE'

red 128 ◦ green 154 ◦ blue 222

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

Shades of Portage #809ADE

Tints of Portage #809ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.05%

R = 25.4%
G = 30.56%
B = 44.05%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#809ADE (or 0x809ADE) is known color: Portage. HEX triplet: 80, 9A and DE. RGB value is (128,154,222). Sum of RGB (Red+Green+Blue) = 128+154+222=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #809ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809ADE is #7F6521. Grayscale: #999999. Windows color (decimal): -8348962 or 14588544. OLE color: 14588544.

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

Color convert

RGB 128 154 222 -
CMYK 0.42 0.31 0 0.13
HSL 223.4º 0.59% 0.69% -
HSV(B) 223.4º 0.42% 0.87% -
XYZ 33.64 32.97 73.7 -
YUV 153.98 166.39 109.47 -
System Red Green Blue C M Y K H S L
Decimal 128 154 222 0.42 0.31 0 0.13 223.4 0.59 0.69
Hex 80 9A DE 2A 1F 0 D DF 3B 45
Octal 200 232 336 52 37 0 15 337 73 105
Binary 10000000 10011010 11011110 101010 11111 0 1101 11011111 111011 1000101

Color Harmonies of #809ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809ADE

Black with #809ADE

Text Example


Text Example

White with #809ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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