Html Css Color HEX #809ADF Portage

📋 copy color: '#809ADF'

red 128 ◦ green 154 ◦ blue 223

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

Shades of Portage #809ADF

Tints of Portage #809ADF

RGB

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

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

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

R = 25.35%
G = 30.5%
B = 44.16%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#809ADF (or 0x809ADF) is known color: Portage. HEX triplet: 80, 9A and DF. RGB value is (128,154,223). Sum of RGB (Red+Green+Blue) = 128+154+223=505 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.35% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #809ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809ADF is #7F6520. Grayscale: #999999. Windows color (decimal): -8348961 or 14654080. OLE color: 14654080.

HSL color Cylindrical-coordinate representation of color #809ADF: hue angle of 223.58º 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 #809ADF is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 154 223 -
CMYK 0.43 0.31 0 0.13
HSL 223.58º 0.6% 0.69% -
HSV(B) 223.58º 0.43% 0.87% -
XYZ 33.78 33.03 74.41 -
YUV 154.09 166.89 109.39 -
System Red Green Blue C M Y K H S L
Decimal 128 154 223 0.43 0.31 0 0.13 223.58 0.6 0.69
Hex 80 9A DF 2B 1F 0 D E0 3C 45
Octal 200 232 337 53 37 0 15 340 74 105
Binary 10000000 10011010 11011111 101011 11111 0 1101 11100000 111100 1000101

Color Harmonies of #809ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809ADF

Black with #809ADF

Text Example


Text Example

White with #809ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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