#7F94F3

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

Shades of Portage #7F94F3

Tints of Portage #7F94F3

Color information

#7F94F3 (or 0x7F94F3) is unknown color: approx Portage. HEX triplet: 7F, 94 and F3. RGB value is (127,148,243). Sum of RGB (Red+Green+Blue) = 127+148+243=518 (68% of max value = 765). Red value is 127 (50% from 255 or 24.52% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 243 (95.31% from 255 or 46.91% from 518); Max value from RGB is 243 - color contains mainly: blue. Hex color #7F94F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F94F3 is #806B0C. Grayscale: #989898. Windows color (decimal): -8416013 or 15963263. OLE color: 15963263.

HSL color Cylindrical-coordinate representation of color #7F94F3: hue angle of 229.14º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F94F3 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB127148243-
CMYK0.480.3900.05
HSL229.14º82.86%72.55%-
HSV(B)229.14º47.74%95.29%-
XYZ35.5232.1689.13-
YUV152.55179.04109.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.52%
GREEN value IS 148 (58.20% from 255) = 28.57%
BLUE value IS 243 (95.31% from 255) = 46.91%
R=24.52%
G=28.57%
B=46.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1271482430.480.3900.05229.1482.8672.55
Hex7F94F3302705e55349
Octal177224363604705345123111
Binary1111111100101001111001111000010011101011110010110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F94F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,148,243); }

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

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

 a { background-color: rgb(127,148,243); }

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

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

 span { border-color: rgb(127,148,243); }

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