Html Css Color HEX #808FDD Portage

📋 copy color: '#808FDD'

red 128 ◦ green 143 ◦ blue 221

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

Shades of Portage #808FDD

Tints of Portage #808FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.07%

 BLUE value IS 221 (86.72% from 255) = 44.92%

R = 26.02%
G = 29.07%
B = 44.92%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#808FDD (or 0x808FDD) is known color: Portage. HEX triplet: 80, 8F and DD. RGB value is (128,143,221). Sum of RGB (Red+Green+Blue) = 128+143+221=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #808FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808FDD is #7F7022. Grayscale: #939393. Windows color (decimal): -8351779 or 14520192. OLE color: 14520192.

HSL color Cylindrical-coordinate representation of color #808FDD: hue angle of 230.32º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #808FDD is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 143 221 -
CMYK 0.42 0.35 0 0.13
HSL 230.32º 0.58% 0.68% -
HSV(B) 230.32º 0.42% 0.87% -
XYZ 31.78 29.45 72.42 -
YUV 147.41 169.53 114.16 -
System Red Green Blue C M Y K H S L
Decimal 128 143 221 0.42 0.35 0 0.13 230.32 0.58 0.68
Hex 80 8F DD 2A 23 0 D E6 3A 44
Octal 200 217 335 52 43 0 15 346 72 104
Binary 10000000 10001111 11011101 101010 100011 0 1101 11100110 111010 1000100

Color Harmonies of #808FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808FDD

Black with #808FDD

Text Example


Text Example

White with #808FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808FDD; }

 p { color: rgb(128,143,221); }

 H1.HeaderClassName
 {
   color: #808FDD;
 }
 .AnyTagClassName
 {
   color: #808FDD;
 }
</style>

background-color css

<style>
 a { background-color: #808FDD; }

 a { background-color: rgb(128,143,221); }

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

border-color css

<style>
 span { border-color: #808FDD; }

 span { border-color: rgb(128,143,221); }

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