Html Css Color HEX #808FDE Portage

📋 copy color: '#808FDE'

red 128 ◦ green 143 ◦ blue 222

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

Shades of Portage #808FDE

Tints of Portage #808FDE

RGB

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

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

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

R = 25.96%
G = 29.01%
B = 45.03%

CMYK

 C value IS 0.42

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#808FDE (or 0x808FDE) is known color: Portage. HEX triplet: 80, 8F and DE. RGB value is (128,143,222). Sum of RGB (Red+Green+Blue) = 128+143+222=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #808FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808FDE is #7F7021. Grayscale: #939393. Windows color (decimal): -8351778 or 14585728. OLE color: 14585728.

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

Color convert

RGB 128 143 222 -
CMYK 0.42 0.36 0 0.13
HSL 230.43º 0.59% 0.69% -
HSV(B) 230.43º 0.42% 0.87% -
XYZ 31.91 29.51 73.12 -
YUV 147.52 170.03 114.08 -
System Red Green Blue C M Y K H S L
Decimal 128 143 222 0.42 0.36 0 0.13 230.43 0.59 0.69
Hex 80 8F DE 2A 24 0 D E6 3B 45
Octal 200 217 336 52 44 0 15 346 73 105
Binary 10000000 10001111 11011110 101010 100100 0 1101 11100110 111011 1000101

Color Harmonies of #808FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808FDE

Black with #808FDE

Text Example


Text Example

White with #808FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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