Html Css Color HEX #809BDF Portage

📋 copy color: '#809BDF'

red 128 ◦ green 155 ◦ blue 223

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

Shades of Portage #809BDF

Tints of Portage #809BDF

RGB

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

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

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

R = 25.3%
G = 30.63%
B = 44.07%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#809BDF (or 0x809BDF) is known color: Portage. HEX triplet: 80, 9B and DF. RGB value is (128,155,223). Sum of RGB (Red+Green+Blue) = 128+155+223=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #809BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809BDF is #7F6420. Grayscale: #9A9A9A. Windows color (decimal): -8348705 or 14654336. OLE color: 14654336.

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

Color convert

RGB 128 155 223 -
CMYK 0.43 0.30 0 0.13
HSL 222.95º 0.6% 0.69% -
HSV(B) 222.95º 0.43% 0.87% -
XYZ 33.94 33.36 74.46 -
YUV 154.68 166.55 108.97 -
System Red Green Blue C M Y K H S L
Decimal 128 155 223 0.43 0.30 0 0.13 222.95 0.6 0.69
Hex 80 9B DF 2B 1E 0 D DF 3C 45
Octal 200 233 337 53 36 0 15 337 74 105
Binary 10000000 10011011 11011111 101011 11110 0 1101 11011111 111100 1000101

Color Harmonies of #809BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809BDF

Black with #809BDF

Text Example


Text Example

White with #809BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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