#7F8BF1

Color #7F8BF1 Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #7F8BF1

Tints of Portage #7F8BF1

Color information

#7F8BF1 (or 0x7F8BF1) is unknown color: approx Portage. HEX triplet: 7F, 8B and F1. RGB value is (127,139,241). Sum of RGB (Red+Green+Blue) = 127+139+241=507 (67% of max value = 765). Red value is 127 (50% from 255 or 25.05% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #7F8BF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F8BF1 is #80740E. Grayscale: #929292. Windows color (decimal): -8418319 or 15829887. OLE color: 15829887.

HSL color Cylindrical-coordinate representation of color #7F8BF1: hue angle of 233.68º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F8BF1 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB127139241-
CMYK0.470.4200.05
HSL233.68º80.28%72.16%-
HSV(B)233.68º47.3%94.51%-
XYZ33.8629.3387.1-
YUV147.04181.02113.71-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.05%
GREEN value IS 139 (54.69% from 255) = 27.42%
BLUE value IS 241 (94.53% from 255) = 47.53%
R=25.05%
G=27.42%
B=47.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1271392410.470.4200.05233.6880.2872.16
Hex7F8BF12F2A05ea5048
Octal177213361575205352120110
Binary1111111100010111111000110111110101001011110101010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F8BF1; }

 p { color: rgb(127,139,241); }

 H1.HeaderClassName
 {
   color: #7F8BF1;
 }
 .AnyTagClassName
 {
   color: #7F8BF1;
 }
</style>
background-color css

<style>
 a { background-color: #7F8BF1; }

 a { background-color: rgb(127,139,241); }

 div.DivClassName
 {
   background-color: #7F8BF1;
 }
 .BgClassName
 {
   background-color: #7F8BF1;
 }
</style>
border-color css

<style>
 span { border-color: #7F8BF1; }

 span { border-color: rgb(127,139,241); }

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