Html Css Color HEX #808FEF Portage

📋 copy color: '#808FEF'

red 128 ◦ green 143 ◦ blue 239

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

Shades of Portage #808FEF

Tints of Portage #808FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.86%

R = 25.1%
G = 28.04%
B = 46.86%

CMYK

 C value IS 0.46

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#808FEF (or 0x808FEF) is known color: Portage. HEX triplet: 80, 8F and EF. RGB value is (128,143,239). Sum of RGB (Red+Green+Blue) = 128+143+239=510 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.10% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #808FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808FEF is #7F7010. Grayscale: #959595. Windows color (decimal): -8351761 or 15699840. OLE color: 15699840.

HSL color Cylindrical-coordinate representation of color #808FEF: hue angle of 231.89º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #808FEF is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 143 239 -
CMYK 0.46 0.40 0 0.06
HSL 231.89º 0.78% 0.72% -
HSV(B) 231.89º 0.46% 0.94% -
XYZ 34.3 30.47 85.73 -
YUV 149.46 178.53 112.69 -
System Red Green Blue C M Y K H S L
Decimal 128 143 239 0.46 0.40 0 0.06 231.89 0.78 0.72
Hex 80 8F EF 2E 28 0 6 E8 4E 48
Octal 200 217 357 56 50 0 6 350 116 110
Binary 10000000 10001111 11101111 101110 101000 0 110 11101000 1001110 1001000

Color Harmonies of #808FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808FEF

Black with #808FEF

Text Example


Text Example

White with #808FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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