Html Css Color HEX #809BDE Portage

📋 copy color: '#809BDE'

red 128 ◦ green 155 ◦ blue 222

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

Shades of Portage #809BDE

Tints of Portage #809BDE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.69%

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

R = 25.35%
G = 30.69%
B = 43.96%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#809BDE (or 0x809BDE) is known color: Portage. HEX triplet: 80, 9B and DE. RGB value is (128,155,222). Sum of RGB (Red+Green+Blue) = 128+155+222=505 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.35% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #809BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809BDE is #7F6421. Grayscale: #9A9A9A. Windows color (decimal): -8348706 or 14588800. OLE color: 14588800.

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

Color convert

RGB 128 155 222 -
CMYK 0.42 0.30 0 0.13
HSL 222.77º 0.59% 0.69% -
HSV(B) 222.77º 0.42% 0.87% -
XYZ 33.81 33.31 73.75 -
YUV 154.57 166.05 109.05 -
System Red Green Blue C M Y K H S L
Decimal 128 155 222 0.42 0.30 0 0.13 222.77 0.59 0.69
Hex 80 9B DE 2A 1E 0 D DF 3B 45
Octal 200 233 336 52 36 0 15 337 73 105
Binary 10000000 10011011 11011110 101010 11110 0 1101 11011111 111011 1000101

Color Harmonies of #809BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809BDE

Black with #809BDE

Text Example


Text Example

White with #809BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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