Html Css Color HEX #808FF7 Portage

📋 copy color: '#808FF7'

red 128 ◦ green 143 ◦ blue 247

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

Shades of Portage #808FF7

Tints of Portage #808FF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.68%

R = 24.71%
G = 27.61%
B = 47.68%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#808FF7 (or 0x808FF7) is known color: Portage. HEX triplet: 80, 8F and F7. RGB value is (128,143,247). Sum of RGB (Red+Green+Blue) = 128+143+247=518 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.71% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 247 (96.88% from 255 or 47.68% from 518); Max value from RGB is 247 - color contains mainly: blue. Hex color #808FF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808FF7 is #7F7008. Grayscale: #959595. Windows color (decimal): -8351753 or 16224128. OLE color: 16224128.

HSL color Cylindrical-coordinate representation of color #808FF7: hue angle of 232.44º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #808FF7 is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 128 143 247 -
CMYK 0.48 0.42 0 0.03
HSL 232.44º 0.88% 0.74% -
HSV(B) 232.44º 0.48% 0.97% -
XYZ 35.51 30.95 92.1 -
YUV 150.37 182.53 112.04 -
System Red Green Blue C M Y K H S L
Decimal 128 143 247 0.48 0.42 0 0.03 232.44 0.88 0.74
Hex 80 8F F7 30 2A 0 3 E8 58 4A
Octal 200 217 367 60 52 0 3 350 130 112
Binary 10000000 10001111 11110111 110000 101010 0 11 11101000 1011000 1001010

Color Harmonies of #808FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808FF7

Black with #808FF7

Text Example


Text Example

White with #808FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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